Skip to content

Commit b0e23e1

Browse files
committed
fix eslint
1 parent b7a546d commit b0e23e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/amazonq/src/lsp/client.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ async function postStartLanguageServer(
344344
auth2.notificationTypes.getMfaCode.method,
345345
async (params: GetMfaCodeParams): Promise<GetMfaCodeResult> => {
346346
if (params.mfaSerial) {
347-
globals.globalState.update('recentMfaSerial', { mfaSerial: params.mfaSerial })
347+
await globals.globalState.update('recentMfaSerial', { mfaSerial: params.mfaSerial })
348348
}
349349
const defaultMfaSerial = globals.globalState.tryGet('recentMfaSerial', Object, {
350350
mfaSerial: '',

0 commit comments

Comments
 (0)