Skip to content

Commit c6b5740

Browse files
committed
docs: fix typo in hooks
1 parent ef3d061 commit c6b5740

File tree

1 file changed

+1
-1
lines changed
  • adminforth/documentation/docs/tutorial/03-Customization

1 file changed

+1
-1
lines changed

adminforth/documentation/docs/tutorial/03-Customization/04-hooks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ For example we can prevent the user to see Apartments created by other users. Su
137137
}
138138

139139
// this function will skip existing realtor_id filter if it supplied already from UI or previous hook, and will add new one for realtor_id
140-
query.filterTools.replaceOrAddTopFilter(Filters.EQ('realtor_id', adminUser.dbUser.id).
140+
query.filterTools.replaceOrAddTopFilter(Filters.EQ('realtor_id', adminUser.dbUser.id)
141141

142142
return { ok: true };
143143
},

0 commit comments

Comments
 (0)