Skip to content
Snippets Groups Projects
Commit 6b7efb6f authored by syuilo's avatar syuilo
Browse files

fix(backend): fix admin/get-user-ips error

parent 3c5bcdd7
No related branches found
No related tags found
No related merge requests found
......@@ -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(),
}));
});
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment