Browse Source

BugFix: retrieve OptionParser from customTagUtils

Yuki Takei 7 năm trước cách đây
mục cha
commit
8f402b741b
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  1. 2 1
      packages/growi-plugin-lsx/src/server/routes/lsx.js

+ 2 - 1
packages/growi-plugin-lsx/src/server/routes/lsx.js

@@ -1,4 +1,5 @@
-const { OptionParser } = require('growi-commons');
+const { customTagUtils } = require('growi-commons');
+const { OptionParser } = customTagUtils;
 
 class Lsx {