new(basic.gblib): New batch features.

This commit is contained in:
Rodrigo Rodriguez 2024-06-09 13:55:33 -03:00
parent af1e991596
commit c1b03e429d

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) {