Skip to content

Commit

Permalink
delete from and to date
Browse files Browse the repository at this point in the history
  • Loading branch information
Eduardo Soto authored and Eduardo Soto committed Jan 10, 2025
1 parent 9b15136 commit d659c3c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tools/email-responder/tool.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,8 @@ export async function run(config: CONFIG, inputs: INPUTS): Promise<OUTPUT> {
from_date: inputs.from_date || '',
to_date: inputs.to_date || '',
});

inputs.from_date = undefined;
inputs.to_date = undefined;
const answeredEmailsQuery = await shinkaiSqliteQueryExecutor({
query: `SELECT * FROM ${tableName}`,
});
Expand Down

0 comments on commit d659c3c

Please sign in to comment.