Skip to content

Commit

Permalink
fix(plugin): return json in mock data
Browse files Browse the repository at this point in the history
  • Loading branch information
timonback committed Feb 7, 2024
1 parent 2f6d73b commit 07caac6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion springwolf-ui/src/app/service/mock/mock-server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ export class MockServer implements InMemoryDbService {
hostname.includes(el.plugin)
);
if (0 < matchedExample.length) {
return matchedExample[0].plugin;
return matchedExample[0].value;
}

// Kafka is default
Expand Down

0 comments on commit 07caac6

Please sign in to comment.