Skip to content

Commit

Permalink
Fix glob access
Browse files Browse the repository at this point in the history
  • Loading branch information
bjester committed Feb 22, 2024
1 parent 27fc14b commit bfbcb3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/kolibri-tools/lib/i18n/astUtils.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const get = require('lodash/get');
const isPlainObject = require('lodash/isPlainObject');
const isString = require('lodash/isString');
const isArray = require('lodash/isArray');
const { glob } = require('../glob');
const glob = require('../glob');
const logging = require('../logging');
const { resolve } = require('../alias_import_resolver');
const { CONTEXT_LINE } = require('./constants');
Expand Down

0 comments on commit bfbcb3c

Please sign in to comment.