mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-11-30 14:12:00 +03:00
fix: customer create at (#7132)
This commit is contained in:
parent
a5f9bfdda9
commit
928e133655
@ -181,7 +181,7 @@ export class UserService {
|
||||
const payload = {
|
||||
name: user.name,
|
||||
email: user.email,
|
||||
created_at: Number(user.createdAt),
|
||||
created_at: Number(user.createdAt) / 1000,
|
||||
};
|
||||
try {
|
||||
await fetch(`https://track.customer.io/api/v1/customers/${user.id}`, {
|
||||
|
Loading…
Reference in New Issue
Block a user