Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Signed-off-by: Sean Molenaar <[email protected]>
  • Loading branch information
SMillerDev authored Dec 30, 2023
1 parent 29279ab commit c4fb800
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/components/AdminSettings.vue
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ import { confirmPassword } from '@nextcloud/password-confirmation'
* Debounce helper for method
* TODO: Should we remove this and use library?
*
* @param {function} func - The callback function
* @param {Function} func - The callback function
* @param {number} wait - Time to wait in miliseconds
*/
function debounce(func, wait) {
Expand Down
3 changes: 1 addition & 2 deletions src/components/ContentTemplate.vue
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,7 @@ watch(selectedFeedItem, (newSelectedFeedItem) => {
/**
* Unselect a list item.
*
* @return void
*
*/
function unselectItem() {
itemStore.mutations.SET_SELECTED_ITEM(
Expand Down

0 comments on commit c4fb800

Please sign in to comment.