Skip to content

Commit 2dcf9d3

Browse files
author
漠清
committed
fix(Util): Undefined return statement
1 parent 190ae61 commit 2dcf9d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/util/env.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ export const isProduction = () => {
2727
}
2828

2929

30-
return determination;
30+
return result;
3131
};
3232

3333
export default {

0 commit comments

Comments
 (0)