@tmlmobilidade/go-interfaces-pcgi-file-manager 20260720.1222.32 → 20260720.1343.19
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -17,7 +17,7 @@ class PCGIFileManagerClass {
|
|
|
17
17
|
*/
|
|
18
18
|
static async getInstance() {
|
|
19
19
|
if (!PCGIFileManagerClass._instance) {
|
|
20
|
-
const mongoClient = await MongoDatabaseClient.getClient({ prefix: 'PCGI_FILE_MANAGER' });
|
|
20
|
+
const mongoClient = await MongoDatabaseClient.getClient({ prefix: 'PCGI_FILE_MANAGER', tunnelType: 'PCGI' });
|
|
21
21
|
PCGIFileManagerClass._instance = new PCGIFileManagerClass(mongoClient);
|
|
22
22
|
}
|
|
23
23
|
return PCGIFileManagerClass._instance;
|