Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
luancazarine committed Sep 6, 2024
1 parent 3371cd3 commit d05636c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions components/security_reporter/sources/common/base.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,12 @@ export default {
},
},
methods: {
_getWebhookId() {
return this.db.get("webhookId");
},
_setWebhookId(webhookId) {
this.db.set("webhookId", webhookId);
},
_getWebhookId() {
return this.db.get("webhookId");
},
_setWebhookId(webhookId) {
this.db.set("webhookId", webhookId);
},
},
async run({ body }) {
const ts = Date.parse(body.model.updated_at);
Expand Down

0 comments on commit d05636c

Please sign in to comment.