small t
This commit is contained in:
@@ -1,7 +1,5 @@
|
||||
import { getFunctions, httpsCallable } from 'firebase/functions';
|
||||
|
||||
import TwilioAccessToken from '@nirvana/core/src/functions/response/TwilioAccessToken.response';
|
||||
|
||||
const functions = getFunctions();
|
||||
|
||||
export const getTwilioAccessToken = httpsCallable(functions, 'getStreamToken');
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
import { app, BrowserWindow, ipcMain, Display, screen, systemPreferences } from 'electron';
|
||||
|
||||
import { BrowserWindow, Display, app, ipcMain, screen, systemPreferences } from 'electron';
|
||||
import Channels, { DEFAULT_APP_PRESET, DimensionChangeRequest } from './electron/constants';
|
||||
|
||||
import { handleGoogleLogin } from './electron/handleLogin';
|
||||
import store from './electron/store';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user