Skip to content

Commit

Permalink
Add fields to strip for create and update operations for flow
Browse files Browse the repository at this point in the history
  • Loading branch information
kushalshit27 committed Dec 16, 2024
1 parent 76d8d5a commit 1abec06
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/tools/auth0/handlers/flows.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ export default class FlowHandler extends DefaultHandler {
...options,
type: 'flows',
id: 'id',
stripCreateFields: ['created_at', 'updated_at', 'executed_at'],
stripUpdateFields: ['created_at', 'updated_at', 'executed_at'],
});
}

Expand Down

0 comments on commit 1abec06

Please sign in to comment.