mirror of
https://github.com/PretendoNetwork/miiverse-api.git
synced 2026-03-21 17:24:38 -05:00
Added optional remaster_version field to ParamPack
This commit is contained in:
parent
ea41488347
commit
dc040731bb
|
|
@ -21,7 +21,8 @@ const ParamPackSchema = z.object({
|
|||
rating_organization: z.string(),
|
||||
transferable_id: z.string(),
|
||||
tz_name: z.string(),
|
||||
utc_offset: z.string()
|
||||
utc_offset: z.string(),
|
||||
remaster_version: z.string().optional()
|
||||
});
|
||||
|
||||
async function auth(request: express.Request, response: express.Response, next: express.NextFunction): Promise<void> {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user