Skip to content

Commit

Permalink
refactor share credentials API
Browse files Browse the repository at this point in the history
Signed-off-by: Nishad <[email protected]>
Signed-off-by: KulkarniShashank <[email protected]>
  • Loading branch information
nishad-ayanworks authored and KulkarniShashank committed Sep 11, 2024
1 parent 5d91bb8 commit 03a51f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/user/src/user.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -599,7 +599,7 @@ export class UserService {
*
* @returns
*/
async shareUserCertificate(shareUserCertificate: ShareUserCertificate): Promise<string> {
async shareUserCertificate(shareUserCertificate: ShareUserCertificateI): Promise<unknown> {

const attributeArray = [];
let attributeJson = {};
Expand Down

0 comments on commit 03a51f4

Please sign in to comment.