Skip to content

Commit fffe05e

Browse files
committed
Correct linting for runtime-caching
1 parent 83ebc1b commit fffe05e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

public/runtime-caching.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@
1212
origin: /\.(?:googleapis|gstatic|firebaseio)\.com$/
1313
})
1414
global.toolbox.router.get('/(.+)', global.toolbox.fastest, {
15-
origin: 'https://hacker-news.firebaseio.com'
15+
origin: 'https://hacker-news.firebaseio.com'
1616
})
1717
global.toolbox.router.get('/(.+)', global.toolbox.fastest, {
18-
origin: 'https://s-usc1c-nss-136.firebaseio.com'
18+
origin: 'https://s-usc1c-nss-136.firebaseio.com'
1919
})
2020
})(self)
2121

0 commit comments

Comments
 (0)