1
0

merge: upstream changes

This commit is contained in:
Mar0xy
2023-10-18 19:48:03 +02:00
63 changed files with 1250 additions and 830 deletions
@@ -41,7 +41,7 @@ export default class extends Endpoint<typeof meta, typeof paramDef> { // eslint-
return ips.map(x => ({
ip: x.ip,
createdAt: this.idService.parse(x.id).date.toISOString(),
createdAt: x.createdAt.toISOString(),
}));
});
}