refactor: update all

This commit is contained in:
openstappsbot
2022-08-17 13:09:40 +00:00
committed by Rainer Killinger
parent a20200e52a
commit 6e07041215
4 changed files with 1341 additions and 485 deletions

View File

@@ -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())}`;