We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5e8046 commit 2d44a3dCopy full SHA for 2d44a3d
packages/server/src/updater.ts
@@ -32,7 +32,7 @@ export const getRecentRelease = (): Promise<any> => {
32
},
33
};
34
35
- https.get(options, function (res) {
+ https.get(options, (res) => {
36
if (res.statusCode !== 200) {
37
throw new Error("Failed to acquire release information");
38
}
0 commit comments