mirror of
https://iceshrimp.dev/crimekillz/trashposs
synced 2024-11-22 00:43:49 +01:00
typo
This commit is contained in:
parent
ff1bd37bd7
commit
f4cda91e3b
@ -62,7 +62,7 @@ export default define(meta, async (ps) => {
|
||||
qb.andWhere(`log.domain[${i + 1}] != :${p}`, { [p]: subDomain });
|
||||
} else {
|
||||
// SQL is 1 based, so we need '+ 1'
|
||||
qb.andWhere(`log.domain[${i + 1}] == :${p}`, { [p]: subDomain });
|
||||
qb.andWhere(`log.domain[${i + 1}] = :${p}`, { [p]: subDomain });
|
||||
}
|
||||
i++;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user