Skip to content
This repository has been archived by the owner on Jun 3, 2024. It is now read-only.

Commit

Permalink
style: linting
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgeHulpoi committed Nov 3, 2023
1 parent 2fffd71 commit 564f781
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/hooks/beforeCollectionOperation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ const beforeCollectionOperation: CollectionBeforeOperationHook = ({ operation, a
};

return clone;
} else return args;
}
return args;
};

export default beforeCollectionOperation;

0 comments on commit 564f781

Please sign in to comment.