Skip to content

Commit

Permalink
style: satisfy linter
Browse files Browse the repository at this point in the history
Signed-off-by: Arthur Schiwon <[email protected]>
  • Loading branch information
blizzz committed Jul 7, 2023
1 parent 9f717c4 commit 8ee1f54
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/components/Settings/PhotosLocationSettings.vue
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ import UserConfig from '../../mixins/UserConfig.js'
export default {
name: 'PhotosLocationSettings',
mixins: [
UserConfig,
],
Expand Down
2 changes: 1 addition & 1 deletion src/mixins/FilesByMonthMixin.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export default {

computed: {
/**
* @return {object<String, []>}
* @return {Object<string, []>}
*/
fileIdsByMonth() {
const filesByMonth = {}
Expand Down

0 comments on commit 8ee1f54

Please sign in to comment.