File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
services/applications/web/controllers Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -184,8 +184,8 @@ export const importDepreciatedDisplayFields = (
184184 let display = application . display ;
185185
186186 if ( ! display ?. twake ) {
187- display = display || { twake : { version : 1 } } ;
188- display . twake = display . twake || { version : 1 } ;
187+ display = display || { twake : { } } ;
188+ display . twake = display . twake || { } ;
189189 }
190190
191191 display . twake . tab = depreciatedDisplay ?. channel_tab
Original file line number Diff line number Diff line change 88 ResourceUpdateResponse ,
99} from "../../../../utils/types" ;
1010import Application , { PublicApplicationObject } from "../../entities/application" ;
11- import { PublicApplication } from "../../entities/application" ;
1211import { RealtimeServiceAPI } from "../../../../core/platform/services/realtime/api" ;
1312import { CompanyExecutionContext } from "../types" ;
1413import { ApplicationServiceAPI } from "../../api" ;
You can’t perform that action at this time.
0 commit comments