fix: apply prettier formatting to sanitization.js

Fixed formatting issues identified by CI/CD system
This commit is contained in:
gorkem-bwl
2025-08-11 17:26:28 -04:00
parent 2fba22d0f6
commit 7968ed8a19
+1 -1
View File
@@ -82,4 +82,4 @@ export const sanitizeQuery = (options = {}) => {
}
next();
};
};
};