Skip to content

Commit

Permalink
SP-14309 - fix match-api match method xRequestID type
Browse files Browse the repository at this point in the history
- fix eslintrc
- update package-lock (follow-redirects)
  • Loading branch information
SergeyIlchenko committed Mar 21, 2024
1 parent 73e58c7 commit 7591c94
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
File renamed without changes.
12 changes: 6 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/ext/matching-api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export class MatchingApi {

async match(
compareRequest: MatchRequest,
xRequestID: string,
xRequestID?: string,
options?: AxiosRequestConfig,
): Promise<MatchResponse> {
for (const image of compareRequest.images) {
Expand Down

0 comments on commit 7591c94

Please sign in to comment.