Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Evanfeenstra committed Mar 24, 2021
1 parent 94bf582 commit 0991733
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion dist/src/utils/connect.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/src/utils/connect.js.map

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

1 change: 0 additions & 1 deletion src/utils/connect.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ export async function getQR():Promise<string> {
}

async function makeVarScript(): Promise<string> {
return ''
const clean = await isClean()
const isSignedUp = clean ? false : true

Expand Down

0 comments on commit 0991733

Please sign in to comment.