Remove redundant from_variable_selector null-check (#24842)
This commit is contained in:
@@ -80,7 +80,7 @@ export const fetchConversationMessages = (appId: string, conversation_id: string
|
||||
})
|
||||
}
|
||||
|
||||
export const generateBasicAppFistTimeRule = (body: Record<string, any>) => {
|
||||
export const generateBasicAppFirstTimeRule = (body: Record<string, any>) => {
|
||||
return post<BasicAppFirstRes>('/rule-generate', {
|
||||
body,
|
||||
})
|
||||
|
Reference in New Issue
Block a user