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 2d44a3d commit 6efd852Copy full SHA for 6efd852
packages/server/src/updater.ts
@@ -21,7 +21,7 @@ export const compareVersions = (a: string, b: string): number | undefined => {
21
};
22
23
export const getRecentRelease = (): Promise<any> => {
24
- return new Promise<string>((resolve, rej) => {
+ return new Promise<string>((resolve):void => {
25
const options = {
26
host: "api.github.com",
27
path: "/repos/codercom/code-server/releases/latest",
0 commit comments