new(basic.gblib): New batch features.
This commit is contained in:
parent
af1e991596
commit
c1b03e429d
1 changed files with 1 additions and 1 deletions
|
@ -643,7 +643,7 @@ export class GBVMService extends GBService {
|
||||||
|
|
||||||
global[tokenName] = token;
|
global[tokenName] = token;
|
||||||
global[tokenName + "_expiresOn"]= expiresOn;
|
global[tokenName + "_expiresOn"]= expiresOn;
|
||||||
console.log ('DONE:' + new Date(global[tokenName + "_expiresOn"]);
|
console.log ('DONE:' + new Date(global[tokenName + "_expiresOn"]) );
|
||||||
}
|
}
|
||||||
|
|
||||||
if (__indexer == 0) {
|
if (__indexer == 0) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue