Skip to content

Commit 627bbcc

Browse files
committed
[app-builder] optimize code
1 parent 404640e commit 627bbcc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app-builder/plugins/aipp-plugin/src/main/java/modelengine/fit/jober/aipp/controller/AppBuilderGuestController.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ public Rsp<AppBuilderAppDto> query(HttpClassicServerRequest httpRequest, @PathVa
220220
public Rsp<List<AppBuilderPromptCategoryDto>> listCategories(HttpClassicServerRequest httpRequest,
221221
@PathVariable("tenant_id") String tenantId, @PathVariable("app_id") String appId,
222222
@RequestParam(value = "isDebug", defaultValue = "true", required = false) boolean isDebug) {
223-
return appBuilderPromptService.listPromptCategories(appId, this.contextOf(httpRequest, tenantId), isDebug);
223+
return this.appBuilderPromptService.listPromptCategories(appId, this.contextOf(httpRequest, tenantId), isDebug);
224224
}
225225

226226
/**

0 commit comments

Comments
 (0)