This commit is contained in:
leejinho 2019-12-26 10:20:56 +09:00
commit 4a1be6b422

View File

@ -68,7 +68,7 @@ export class AppAuthenticationService {
...environment.productConfig.defaultSettings.chat, ...environment.productConfig.defaultSettings.chat,
downloadPath: `${await this.nativeService.getPath( downloadPath: `${await this.nativeService.getPath(
'documents' 'documents'
)}/LG UCAP ` )}/LG UCAP downloads`
} }
} }
}; };