major updates to device and links management in admin
This commit is contained in:
@@ -81,6 +81,8 @@ export class LinkRepository {
|
||||
.values({
|
||||
token: data.token,
|
||||
status: "active",
|
||||
appName: data.appName,
|
||||
appPackage: data.appPackage,
|
||||
linkedDeviceId: data.linkedDeviceId ?? null,
|
||||
expiresAt: data.expiresAt ?? null,
|
||||
createdAt: new Date(),
|
||||
|
||||
Reference in New Issue
Block a user