Remove unnecessary spaces

This commit is contained in:
Vasco-jofra
2025-06-13 15:37:27 +02:00
parent 4ea53773b9
commit ddf77a0b72

View File

@@ -72,7 +72,7 @@ function makePaginationQuery<T>(q: SelectQueryBuilder<T>): SelectQueryBuilder<T>
AppDataSource.initialize().then(async () => {
const BadInput = "A user controllable Remote Source like `' 1=1 --` "
// Active record
await UserActiveRecord.findByName(BadInput, "Saw")