We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93311df commit baa5775Copy full SHA for baa5775
src/main/events/user-preferences/authenticate-torbox.ts
@@ -7,8 +7,7 @@ const authenticateTorBox = async (
7
) => {
8
TorBoxClient.authorize(apiToken);
9
10
- const user = await TorBoxClient.getUser();
11
- return user;
+ return TorBoxClient.getUser();
12
};
13
14
registerEvent("authenticateTorBox", authenticateTorBox);
0 commit comments