Skip to content

Commit

Permalink
emulator list as any
Browse files Browse the repository at this point in the history
  • Loading branch information
DellaBitta committed Oct 18, 2023
1 parent 3e19c06 commit b0b57d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/rules-unit-testing/src/impl/discovery.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export async function discoverEmulators(

const emulators: DiscoveredEmulators = {};

const data = await res.json<Object>();
const data = await res.json() as any;

if (data.database) {
emulators.database = {
Expand Down

0 comments on commit b0b57d4

Please sign in to comment.