Skip to content

Commit

Permalink
Change var name
Browse files Browse the repository at this point in the history
  • Loading branch information
ingalls committed Oct 21, 2024
1 parent d6dcbe9 commit 3945041
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 @@ -34,7 +34,7 @@ export default class Task extends ETL {

async control(): Promise<void> {
// eslint-disable-next-line @typescript-eslint/no-unused-vars -- Get the Environment from the Server and ensure it conforms to the schema
const env = await this.env(Env);
const env = await this.env(InputSchema);

const features: Feature[] = [];

Expand Down

0 comments on commit 3945041

Please sign in to comment.