Skip to content

Commit

Permalink
Fix ts issue
Browse files Browse the repository at this point in the history
  • Loading branch information
loteoo committed Jul 8, 2024
1 parent c078a8e commit 6bfe463
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@ export default class GitGateway implements Implementation {
name: userData.name,
login: userData.email,
avatar_url: userData.avatar_url,
} as User;
} as unknown as User;
});
}
async restoreUser() {
Expand Down

0 comments on commit 6bfe463

Please sign in to comment.