Skip to content

Commit

Permalink
fix(basic.gblib): NOW keyword is now formatting values with two zeros.
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigorodriguez committed Aug 15, 2021
1 parent 9c1787b commit b99c917
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/basic.gblib/services/SystemKeywords.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
\*****************************************************************************/
'use strict';
import { GBDialogStep, GBLog, GBMinInstance } from 'botlib';
import { GBConfigService } from 'packages/core.gbapp/services/GBConfigService';
import { GBConfigService } from '../../core.gbapp/services/GBConfigService';
import { CollectionUtil } from 'pragmatismo-io-framework';
import * as request from 'request-promise-native';
import urlJoin = require('url-join');
Expand Down

0 comments on commit b99c917

Please sign in to comment.