Skip to content

Commit

Permalink
Merge pull request #98 from regulaforensics/fix/sp-14309
Browse files Browse the repository at this point in the history
SP-14309 - fix match-api match method xRequestID type
  • Loading branch information
DzmitrySmaliakou authored Mar 21, 2024
2 parents 73e58c7 + 550ed2a commit 5ad6598
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 17 deletions.
File renamed without changes.
14 changes: 7 additions & 7 deletions examples/auth/client/package-lock.json

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

6 changes: 3 additions & 3 deletions examples/auth/server/package-lock.json

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

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 5ad6598

Please sign in to comment.