mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-08 18:57:42 +02:00
uberf-7927: get rid of product id (#6375)
This commit is contained in:
@@ -17,7 +17,6 @@ import config from './config'
|
||||
*/
|
||||
export async function createPlatformClient (
|
||||
workspace: string,
|
||||
productId: string,
|
||||
timeout: number,
|
||||
reconnect?: (event: ClientConnectEvent) => void
|
||||
): Promise<Client> {
|
||||
@@ -33,8 +32,7 @@ export async function createPlatformClient (
|
||||
const token = generateToken(
|
||||
config.SystemEmail,
|
||||
{
|
||||
name: workspace,
|
||||
productId
|
||||
name: workspace
|
||||
},
|
||||
{ mode: 'github' }
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user