Skip to content

Commit

Permalink
🐛 Ci release fix
Browse files Browse the repository at this point in the history
  • Loading branch information
naelob committed Dec 4, 2023
1 parent 1553aa2 commit fbe198f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/webapp/src/components/jobs/JobsTable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ export default function JobsTable() {
console.log("error jobs..");
}

// eslint-disable-next-line @typescript-eslint/no-explicit-any
const transformedJobs = jobs?.map((job: Job) => ({
method: '', // replace with actual value
url: '', // replace with actual value
Expand Down

0 comments on commit fbe198f

Please sign in to comment.