Skip to content

Commit 5ebd7a6

Browse files
Update src/extension.ts
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
1 parent 30500cb commit 5ebd7a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/extension.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ export async function activate(context: vscode.ExtensionContext) {
130130
authStateChangedHandler = postStateListener
131131
settingsUpdatedHandler = postStateListener
132132

133-
userInfoHandler = async ({ userInfo }: { userInfo: any }) => {
133+
userInfoHandler = async ({ userInfo }: { userInfo: CloudUserInfo }) => {
134134
postStateListener()
135135

136136
if (!CloudService.instance.cloudAPI) {

0 commit comments

Comments
 (0)