Skip to content

Commit

Permalink
fix projectsTab adminjs test
Browse files Browse the repository at this point in the history
  • Loading branch information
CarlosQ96 committed Jul 26, 2023
1 parent 8756212 commit 683833e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/adminJs/tabs/projectsTab.ts
Original file line number Diff line number Diff line change
Expand Up @@ -606,7 +606,7 @@ export const listDelist = async (
};

export const exportProjectsWithFiltersToCsv = async (
_request: ActionContext,
_request,
_response,
context: AdminJsContextInterface,
) => {
Expand Down

0 comments on commit 683833e

Please sign in to comment.