File tree 2 files changed +2
-3
lines changed
services/applications/web/controllers
2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -184,8 +184,8 @@ export const importDepreciatedDisplayFields = (
184
184
let display = application . display ;
185
185
186
186
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 || { } ;
189
189
}
190
190
191
191
display . twake . tab = depreciatedDisplay ?. channel_tab
Original file line number Diff line number Diff line change 8
8
ResourceUpdateResponse ,
9
9
} from "../../../../utils/types" ;
10
10
import Application , { PublicApplicationObject } from "../../entities/application" ;
11
- import { PublicApplication } from "../../entities/application" ;
12
11
import { RealtimeServiceAPI } from "../../../../core/platform/services/realtime/api" ;
13
12
import { CompanyExecutionContext } from "../types" ;
14
13
import { ApplicationServiceAPI } from "../../api" ;
You can’t perform that action at this time.
0 commit comments