|
@@ -1139,8 +1139,8 @@ export class ProviderVideoSyncService {
|
|
|
data: {
|
|
data: {
|
|
|
name,
|
|
name,
|
|
|
// If your Tag schema requires seconds fields:
|
|
// If your Tag schema requires seconds fields:
|
|
|
- // createdAt: Math.floor(Date.now() / 1000),
|
|
|
|
|
- // updatedAt: Math.floor(Date.now() / 1000),
|
|
|
|
|
|
|
+ createAt: Math.floor(Date.now() / 1000),
|
|
|
|
|
+ updateAt: Math.floor(Date.now() / 1000),
|
|
|
},
|
|
},
|
|
|
});
|
|
});
|
|
|
|
|
|