Skip to content

Commit 69ca79e

Browse files
committed
fix(search): reform pillar label response
1 parent 49d5977 commit 69ca79e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/search/search.service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1266,7 +1266,7 @@ export class SearchService {
12661266
return {
12671267
success: true,
12681268
message: "Pillar not found",
1269-
data: null,
1269+
data: [],
12701270
};
12711271
}
12721272
} catch (err) {

0 commit comments

Comments
 (0)