Skip to content

Commit

Permalink
fix merge
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubriedl committed May 18, 2023
1 parent 599c87c commit 76bb1bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ const createWriter = (options: PactMswAdapterOptionsInternal) => (filePath: stri
}
};

const hasProvider = (request: MockedRequest, options: PactMswAdapterOptions) => {
const hasProvider = (request: MockedRequest, options: PactMswAdapterOptionsInternal) => {
if (typeof options.providers === 'function') {
return options.providers(request) !== null;
}
Expand Down

0 comments on commit 76bb1bb

Please sign in to comment.