mirror of
https://github.com/ivabus/gui
synced 2025-06-07 15:50:27 +03:00
lint
This commit is contained in:
parent
7c08c39af6
commit
a0292fa760
1 changed files with 1 additions and 1 deletions
|
@ -108,7 +108,7 @@ const getLocalSessionData = async (): Promise<Session | void> => {
|
|||
if (!session) throw new Error('no session');
|
||||
data = session;
|
||||
} catch (error) {
|
||||
console.error('register device:',error);
|
||||
console.error('register device:', error);
|
||||
const deviceId = await registerDevice();
|
||||
data = {
|
||||
device_id: deviceId
|
||||
|
|
Loading…
Reference in a new issue