Skip to content

Commit

Permalink
fixup! Rewrite settings in vue
Browse files Browse the repository at this point in the history
  • Loading branch information
artonge committed Jun 30, 2021
1 parent 0f6ceaa commit 8d4da60
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/helpers/settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
/**
* Return wether the notification method can be checked for the activity
*
* @param {import('../settings-store').Activity} activity - the concerned activity
* @param {ActivityType} activity - the concerned activity
* @param {string} methodKey - the concerned method
* @returns {boolean}
*/
Expand All @@ -32,7 +32,7 @@ function isActivityEnabled(activity, methodKey) {
}

/**
* @param {Array<import('../settings-store').Activity>} activities - List of the activities to check
* @param {Array<ActivityType>} activities - List of the activities to check
* @param {string} methodKey - the method key for which to verify the checked value
* @returns {boolean} wether at least one input is checked for the given set of activities
*/
Expand Down

0 comments on commit 8d4da60

Please sign in to comment.