Browse Source

fix linting

pull/2648/head
minhducsun2002 2 days ago
committed by Bernd Storath
parent
commit
43dc000d73
  1. 2
      src/server/utils/release.ts

2
src/server/utils/release.ts

@ -7,7 +7,7 @@ async function fetchLatestRelease() {
if (WG_ENV.DISABLE_VERSION_CHECK) {
return {
version: RELEASE,
changelog: ''
changelog: '',
};
}

Loading…
Cancel
Save