Skip to content

Commit

Permalink
update build
Browse files Browse the repository at this point in the history
  • Loading branch information
developedsoftware committed Jan 8, 2024
1 parent a110f83 commit 95899af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/token.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const rest_client_1 = require("../node_modules/ring-client-api/lib/api/rest-clie
const util_1 = require("../node_modules/ring-client-api/lib/api/");
const fs = require('fs');
async function acquireRefreshToken() {
const email = await (void 0, util_1.requestInput)('Email: '), password = await (void 0, util_1.requestInput)('Password: '), restClient = new rest_client_1.RingRestClient({ email, password }), getAuthWith2fa = async () => {
const email = await (void 0, util_1.requestInput)('Email: '), password = await (void 0, util_1.requestInput)('Password: '), restClient = new rest_client_1.RingRestClient({ email, password }), getAuthWith2fa = async (void) => {

Check failure on line 9 in src/token.ts

View workflow job for this annotation

GitHub Actions / build (14.6)

Expression expected.

Check failure on line 9 in src/token.ts

View workflow job for this annotation

GitHub Actions / build (14.6)

';' expected.
const code = await (void 0, util_1.requestInput)('2FA Code: ');
try {
return await restClient.getAuth(code);
Expand Down

0 comments on commit 95899af

Please sign in to comment.