Skip to content

Commit 79815a2

Browse files
author
NarrowsProjects
committed
chore repair filter misspelling again
1 parent 91e2aef commit 79815a2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/server/Loggers/FilterLogger.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ class FilterLogger {
4141
return;
4242
}
4343

44-
const filters = query.filters ?? {};
44+
const filters = query.filter ?? {};
4545

4646
let message = `Endpoint ${path} was accessed by user ${id} `;
4747

0 commit comments

Comments
 (0)