Skip to content

Commit

Permalink
Fix: syntax error by removing extra closing brace
Browse files Browse the repository at this point in the history
  • Loading branch information
kushal023 committed Jun 20, 2024
1 parent 74701ae commit 4f42ff8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/functions/com/gs/http.ts
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,6 @@ export default async function(args:{[key:string]:any;}) {
// All conditions matched, so let's retry
return true;
},
},
});
}

Expand Down

0 comments on commit 4f42ff8

Please sign in to comment.