Skip to content

Commit

Permalink
cleanup(ui): simplify mock-server.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
timonback committed May 19, 2024
1 parent 95da0ce commit 50f771b
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 @@ -8,7 +8,7 @@ import { exampleSchemas } from "./example-data";

export class MockServer implements InMemoryDbService {
createDb() {
return { kafka: [] };
return {};
}

get(reqInfo: RequestInfo) {
Expand Down

0 comments on commit 50f771b

Please sign in to comment.