We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 553d246 commit 21aa4bbCopy full SHA for 21aa4bb
src/v2/services/user/sensitive.ts
@@ -42,7 +42,7 @@ export class UserSensitiveService {
42
},
43
});
44
45
- return result;
+ return result.map(({ type, content }) => ({ type, content }));
46
}
47
48
0 commit comments