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 2c4583c commit 9ca7ddfCopy full SHA for 9ca7ddf
packages/server/src/updater.ts
@@ -20,7 +20,7 @@ export const compareVersions = (a: string, b: string): number | undefined => {
20
}
21
};
22
23
-export const getRecentRelease = (): Promise<any> => {
+export const getRecentRelease = (): Promise<string> => {
24
return new Promise<string>((resolve, rej):void => {
25
const options = {
26
host: "api.github.com",
0 commit comments