mirror of
https://github.com/Unleash/unleash.git
synced 2025-04-06 01:15:28 +02:00
amend prev commit
This commit is contained in:
parent
6cdffb22d0
commit
b12a188faf
@ -55,7 +55,8 @@ class ClientStrategyStore {
|
|||||||
.select('strategies')
|
.select('strategies')
|
||||||
.where('app_name', appName)
|
.where('app_name', appName)
|
||||||
.from(TABLE)
|
.from(TABLE)
|
||||||
.map((row) => row.strategies);
|
.map((row) => row.strategies)
|
||||||
|
.then(arr => arr[0])
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user