Skip to content

Commit

Permalink
build
Browse files Browse the repository at this point in the history
  • Loading branch information
DevboiDesigns committed Dec 7, 2024
1 parent e75644c commit 5b7fbb4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dist/commands/env.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/commands/env.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/commands/env.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export default class Env {
constructor(options: any, args: any) {
new DB(options)
if (options.index) {
processIndex(options.index)
options.app = processIndex(options.index)
}
if (options.get) {
// GET
Expand Down

0 comments on commit 5b7fbb4

Please sign in to comment.