Skip to content

Commit

Permalink
feat(mosip#695): change error code from int to string
Browse files Browse the repository at this point in the history
  • Loading branch information
tilak-puli committed Apr 27, 2023
1 parent 6b0ad99 commit a43ea7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/smartshare/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ export default ShareLib;

export interface BLEError {
message?: string;
code?: number;
code?: string;
}

0 comments on commit a43ea7f

Please sign in to comment.