We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d30d7d9 commit 720b6c4Copy full SHA for 720b6c4
1 file changed
src/update-check.js
@@ -117,9 +117,6 @@ export function createUpdateChecker(ports) {
117
export function defaultPorts(registryUrl, opts = {}) {
118
const { timeoutMs = DEFAULT_FETCH_TIMEOUT_MS } = opts;
119
120
- /** @type {import('@git-stunts/alfred').Policy|null} */
121
- let policy = null;
122
-
123
return {
124
readCache() {
125
try {
0 commit comments