Remove redundant from_variable_selector null-check (#24842)

This commit is contained in:
Yongtao Huang
2025-08-31 17:00:13 +08:00
committed by GitHub
parent 9f528d23d4
commit 72acd9b483
3 changed files with 3 additions and 6 deletions

View File

@@ -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,
})