mirror of
https://git.sr.ht/~roxwize/mipilin
synced 2025-05-11 15:53:07 +00:00
Some iprovements idfk
Signed-off-by: roxwize <rae@roxwize.xyz>
This commit is contained in:
parent
a3e6df6ce8
commit
961d963677
13 changed files with 160 additions and 102 deletions
|
@ -93,7 +93,8 @@ export default async function (app: Express, db: NodePgDatabase) {
|
|||
).map((e) => {
|
||||
return {
|
||||
token: e.token,
|
||||
expires: now.to(dayjs(e.expires || 0))
|
||||
expires: e.expires,
|
||||
expiresString: now.to(dayjs(e.expires || 0))
|
||||
};
|
||||
});
|
||||
const { codesUsed } = (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue