Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucifergene authored Apr 27, 2024
1 parent aa5f50c commit 0eb98de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devconsole/devconsole-workflow.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const process = require("process");
const SLACK_URL = process.env.PERSONAL_SLACK_HOOK;
const JIRA_AUTH = process.env.JIRA_PAT;

export const fetchCount = (apiUrl, github = false) => {
const fetchCount = (apiUrl, github = false) => {
return fetch(apiUrl, {
headers: {
...(!github ? { Authorization: JIRA_AUTH } : {}),
Expand Down

0 comments on commit 0eb98de

Please sign in to comment.