🔨 refactor(utils.ts): remove unnecessary newline after the return statement in getChatInputField function

This commit is contained in:
Gabriel Luiz Freitas Almeida 2023-08-07 20:34:22 -03:00
commit d1f09a6a64

View file

@ -267,6 +267,7 @@ export function getChatInputField(flow: FlowType, tabsState?: TabsState) {
)[0];
}
return chat_input_field;
}
/**
* Function to get the python code for the API