Skip to content

Commit

Permalink
Merge pull request #103 from regulaforensics/6c45e673
Browse files Browse the repository at this point in the history
update-clients
  • Loading branch information
SergeyIlchenko committed Apr 8, 2024
2 parents 4af0ea5 + e656770 commit ddeea43
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 46 deletions.
53 changes: 8 additions & 45 deletions examples/auth/server/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/models/search-result.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,6 @@ export interface SearchResult {
* @type {{ [key: string]: object; }}
* @memberof SearchResult
*/
'metadata'?: { [key: string]: object; } | null;
'metadata'?: { [key: string]: object; };
}

0 comments on commit ddeea43

Please sign in to comment.