mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-06 05:22:52 +00:00
refactor: update all
This commit is contained in:
committed by
Rainer Killinger
parent
a20200e52a
commit
6e07041215
@@ -148,4 +148,4 @@ export const getTransport = (verified: boolean) => {
|
||||
};
|
||||
|
||||
export const getIndex = (uid?: string) =>
|
||||
`stapps_footype_foosource_${uid ? uid : Elasticsearch.getIndexUID(v4())}`;
|
||||
`stapps_footype_foosource_${uid ?? Elasticsearch.getIndexUID(v4())}`;
|
||||
|
||||
Reference in New Issue
Block a user