Skip to content

Commit 69fd487

Browse files
author
John McCambridge
committed
remove non-arrow function
1 parent f6d4c21 commit 69fd487

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/server/src/updater.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ export const getRecentRelease = (): Promise<any> => {
3232
},
3333
};
3434

35-
https.get(options, function (res) {
35+
https.get(options, (res) => {
3636
if (res.statusCode !== 200) {
3737
throw new Error("Failed to acquire release information");
3838
}

0 commit comments

Comments
 (0)