mirror of
https://iceshrimp.dev/crimekillz/iceshrimp-161sh.git
synced 2024-11-22 20:23:49 +01:00
floor created at
This commit is contained in:
parent
ec23cb65d4
commit
49ad84b754
@ -175,7 +175,7 @@ mastoRouter.post("/oauth/token", async (ctx) => {
|
||||
access_token: atData.accessToken,
|
||||
token_type: "Bearer",
|
||||
scope: "read write follow",
|
||||
created_at: new Date().getTime() / 1000,
|
||||
created_at: Math.floor(new Date().getTime() / 1000),
|
||||
};
|
||||
} catch (err: any) {
|
||||
console.error(err);
|
||||
|
Loading…
Reference in New Issue
Block a user