fix(DialogKeywords): modify file naming convention for improved clarity
All checks were successful
GBCI / build (push) Successful in 30s
All checks were successful
GBCI / build (push) Successful in 30s
This commit is contained in:
parent
b5369ad15c
commit
d4ad69c4b0
1 changed files with 1 additions and 1 deletions
|
@ -1548,7 +1548,7 @@ export class DialogKeywords {
|
||||||
'work',
|
'work',
|
||||||
gbaiName,
|
gbaiName,
|
||||||
'cache',
|
'cache',
|
||||||
`${fileOnly.replace(/\s/gi, '')}-${GBAdminService.getNumberIdentifier()}.${ext}`
|
`${GBAdminService.getNumberIdentifier()}-${fileOnly}`
|
||||||
);
|
);
|
||||||
|
|
||||||
await minioClient.fGetObject(bucketName, fileUrl, localName);
|
await minioClient.fGetObject(bucketName, fileUrl, localName);
|
||||||
|
|
Loading…
Add table
Reference in a new issue