App feedbacks front (#19417)
## Before <img width="777" height="284" alt="image" src="https://github.com/user-attachments/assets/22a8c318-ed7c-4ec5-b7a8-a688098ec103" /> ## After <img width="897" height="329" alt="image" src="https://github.com/user-attachments/assets/16ad78bf-a449-4f25-99f6-13c35e448f1b" />
This commit is contained in:
-3
@@ -79,7 +79,6 @@ export class LogicFunctionExecutorService {
|
||||
workspaceId,
|
||||
flatApplication,
|
||||
flatApplicationVariables,
|
||||
_flatLogicFunction: flatLogicFunction,
|
||||
});
|
||||
|
||||
const driver = this.logicFunctionDriverFactory.getCurrentDriver();
|
||||
@@ -179,12 +178,10 @@ export class LogicFunctionExecutorService {
|
||||
private async getExecutionEnvVariables({
|
||||
workspaceId,
|
||||
flatApplication,
|
||||
_flatLogicFunction,
|
||||
flatApplicationVariables,
|
||||
}: {
|
||||
workspaceId: string;
|
||||
flatApplication: FlatApplication;
|
||||
_flatLogicFunction: FlatLogicFunction;
|
||||
flatApplicationVariables: FlatApplicationVariable[];
|
||||
}) {
|
||||
const applicationAccessToken =
|
||||
|
||||
Reference in New Issue
Block a user