Skip to content

Commit

Permalink
Add missing logger
Browse files Browse the repository at this point in the history
Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
  • Loading branch information
skjnldsv authored and nextcloud-command committed Oct 20, 2022
1 parent 3da0082 commit 94df7fc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions js/photos-main.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion js/photos-main.js.map

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions src/Photos.vue
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ import videoplaceholder from './assets/video.svg'
import areTagsInstalled from './services/AreTagsInstalled.js'
import isMapsInstalled from './services/IsMapsInstalled.js'
import isRecognizeInstalled from './services/IsRecognizeInstalled.js'
import logger from './services/logger.js'

export default {
name: 'Photos',
Expand Down

0 comments on commit 94df7fc

Please sign in to comment.