Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ingalls committed Dec 19, 2024
1 parent 2d2a039 commit ea62469
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion task.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export default class Task extends ETL {
}
}

await local(new Task(import.meta.ulr), import.meta.url);
await local(new Task(import.meta.url), import.meta.url);
export async function handler(event: Event = {}) {
return await internal(new Task(import.meta.url), event);
}
Expand Down

0 comments on commit ea62469

Please sign in to comment.