new(basic.gblib): New batch features.

This commit is contained in:
Rodrigo Rodriguez 2024-06-09 11:16:55 -03:00
parent baaa3df66e
commit af1e991596

View file

@ -643,7 +643,7 @@ export class GBVMService extends GBService {
global[tokenName] = token;
global[tokenName + "_expiresOn"]= expiresOn;
console.log ('DONE:' + new Date(global[tokenName + "_expiresOn"]);;
console.log ('DONE:' + new Date(global[tokenName + "_expiresOn"]);
}
if (__indexer == 0) {