Skip to content

Commit

Permalink
add require globalize again to fix broken call to g.f()
Browse files Browse the repository at this point in the history
  • Loading branch information
sseide committed Apr 1, 2021
1 parent bc6f59d commit 06f7022
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions soap-stub.js
Expand Up @@ -3,6 +3,7 @@
// This file is licensed under the MIT License.
// License text available at https://opensource.org/licenses/MIT

var g = require('./lib/globalize');
var _ = require('lodash');

var aliasedClientStubs = {};
Expand Down

0 comments on commit 06f7022

Please sign in to comment.