Small code fixes

This commit is contained in:
inpsyde-maticluznar 2024-12-20 12:38:42 +01:00
parent 768748281b
commit f0a09ba83b
No known key found for this signature in database
GPG key ID: D005973F231309F6
3 changed files with 6 additions and 6 deletions

View file

@ -35,7 +35,7 @@ const defaultPersistent = Object.freeze( {
useManualConnection: false,
clientId: '',
clientSecret: '',
webhooks: 0,
webhooks: [],
} );
// Reducer logic.