mirror of
https://github.com/langgenius/dify.git
synced 2026-05-04 09:28:04 +08:00
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