Skip to content

Commit

Permalink
adjust rg job again
Browse files Browse the repository at this point in the history
  • Loading branch information
wkelly17 committed Jan 22, 2025
1 parent a198671 commit adf09a4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion actions/sendToApi/send.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ async function process() {
if (res.status !== 200) {
throw new Error(`Api res status: ${res.status}and text: ${res.statusText}`);
}
}

//
// schema for api is Array of
Expand Down

0 comments on commit adf09a4

Please sign in to comment.