Skip to content

Commit c82ac31

Browse files
committed
remove variable
1 parent 757531d commit c82ac31

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

app/utils/providers/github.server.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,14 +74,13 @@ export class GitHubProvider implements AuthProvider {
7474
throw new Error('Email not found')
7575
}
7676

77-
const returnValue = {
77+
return {
7878
id: user.id,
7979
email,
8080
name: user.name,
8181
username: user.login,
8282
imageUrl: user.avatar_url,
8383
}
84-
return returnValue
8584
},
8685
)
8786
}

0 commit comments

Comments
 (0)