mirror of
https://github.com/Unleash/unleash.git
synced 2025-09-15 17:50:48 +02:00
feat: persist client application usage
Signed-off-by: andreas-unleash <andreas@getunleash.ai>
This commit is contained in:
parent
d66a08a7db
commit
4c83c7700a
@ -111,7 +111,7 @@ export default class ClientApplicationsStore
|
|||||||
async getAll(): Promise<IClientApplication[]> {
|
async getAll(): Promise<IClientApplication[]> {
|
||||||
const rows = await this.db
|
const rows = await this.db
|
||||||
.select(COLUMNS)
|
.select(COLUMNS)
|
||||||
.from('TABLE')
|
.from(TABLE)
|
||||||
.orderBy('app_name', 'asc');
|
.orderBy('app_name', 'asc');
|
||||||
|
|
||||||
return rows.map(mapRow);
|
return rows.map(mapRow);
|
||||||
|
Loading…
Reference in New Issue
Block a user