Skip to content

Commit

Permalink
Fix eslint
Browse files Browse the repository at this point in the history
Signed-off-by: Louis Chemineau <louis@chmn.me>
  • Loading branch information
artonge committed Nov 9, 2023
1 parent 88f9312 commit 9ba5144
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@
"camelcase": "^7.0.0",
"debounce": "^1.2.1",
"he": "^1.2.0",
"leaflet": "^1.9.4",
"leaflet-defaulticon-compatibility": "^0.1.2",
"path-posix": "^1.0.0",
"qs": "^6.11.2",
Expand Down
2 changes: 2 additions & 0 deletions src/sidebar.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,9 @@ import { registerDavProperty } from '@nextcloud/files'
Vue.prototype.t = t
Vue.prototype.n = n

// eslint-disable-next-line no-undef, camelcase
__webpack_nonce__ = btoa(getRequestToken() ?? '')
// eslint-disable-next-line no-undef, camelcase
__webpack_public_path__ = generateFilePath('photos', '', 'js/')

registerDavProperty('nc:metadata-photos-original_date_time', { nc: 'http://nextcloud.org/ns' })
Expand Down

0 comments on commit 9ba5144

Please sign in to comment.