Skip to content

Commit

Permalink
Try to break the app
Browse files Browse the repository at this point in the history
  • Loading branch information
GoldenJaden committed Mar 24, 2024
1 parent 7311821 commit c96baca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/presentation/http/policies/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import authRequired from './authRequired.js';
import notePublicOrUserInTeam from './notePublicOrUserInTeam.js';
import userCanEdit from './userCanEdit.js';
import userCanEdit from './userCanEdit';

export default {
authRequired,
Expand Down

0 comments on commit c96baca

Please sign in to comment.