Skip to content

Commit

Permalink
fix: global ctx error
Browse files Browse the repository at this point in the history
  • Loading branch information
afeiship committed Jan 6, 2021
1 parent c9473b4 commit e65b272
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
(function () {
var global = global || this || window || Function('return this')();
var global = global || window || Function('return this')();
var nx = global.nx || require('@jswork/next');
var NUMBER = 'number';
var DATABASE = {
Expand Down

0 comments on commit e65b272

Please sign in to comment.