Skip to content

Commit

Permalink
tidy verification and helper
Browse files Browse the repository at this point in the history
  • Loading branch information
RODO94 committed Nov 8, 2024
1 parent dda6a26 commit 80e1e14
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion e2e/tests/api-driven/src/demo-workspace/helper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ export const createFlow = async (client, args) => {

return flow;
} catch (error) {
console.log(error);
return false;
}
};
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import {
createFlow,
deleteFlow,
getFlowBySlug,
getTeams,
updateFlow,
updateTeamSettings,
} from "../helper";
Expand Down

0 comments on commit 80e1e14

Please sign in to comment.