new(basic.gblib): New batch features.
This commit is contained in:
parent
baaa3df66e
commit
af1e991596
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Reference in a new issue