mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-22 09:57:29 -07:00
[backend] Don't filter search-by-username-and-host by recently active by default
This commit is contained in:
parent
37ac6addd2
commit
fdd8c28aed
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ export const paramDef = {
|
||||||
type: "integer",
|
type: "integer",
|
||||||
minimum: 1,
|
minimum: 1,
|
||||||
maximum: 1000,
|
maximum: 1000,
|
||||||
default: 30,
|
nullable: true
|
||||||
},
|
},
|
||||||
detail: { type: "boolean", default: true },
|
detail: { type: "boolean", default: true },
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue