Skip to content

Commit baa5775

Browse files
fix: simplifying code from suggestion
Co-authored-by: Zamitto <167933696+zamitto@users.noreply.github.com>
1 parent 93311df commit baa5775

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/main/events/user-preferences/authenticate-torbox.ts

+1-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@ const authenticateTorBox = async (
77
) => {
88
TorBoxClient.authorize(apiToken);
99

10-
const user = await TorBoxClient.getUser();
11-
return user;
10+
return TorBoxClient.getUser();
1211
};
1312

1413
registerEvent("authenticateTorBox", authenticateTorBox);

0 commit comments

Comments
 (0)