Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
Signed-off-by: Marlon Pina Tojal <[email protected]>
  • Loading branch information
Marlon Pina Tojal committed Mar 4, 2024
1 parent 93c17c9 commit bbd4079
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/views/administration/notifications/Alerts.vue
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ export default {
return null;
}
},
parseToken: function(alert) {
parseToken: function (alert) {
if (alert.publisherConfig) {
let value = JSON.parse(alert.publisherConfig);
if (value) {
Expand All @@ -311,7 +311,7 @@ export default {
return null;
}
},
parseTokenHeader: function(alert) {
parseTokenHeader: function (alert) {
if (alert.publisherConfig) {
let value = JSON.parse(alert.publisherConfig);
if (value) {
Expand Down Expand Up @@ -343,7 +343,7 @@ export default {
destination: this.destination,
jiraTicketType: this.jiraTicketType,
token: this.token,
tokenHeader: this.tokenHeader
tokenHeader: this.tokenHeader,
}),
notifyOn: this.notifyOn,
})
Expand Down

0 comments on commit bbd4079

Please sign in to comment.