Skip to content
Snippets Groups Projects
Commit 627fef8b authored by Boyan Tsolov's avatar Boyan Tsolov
Browse files

chore: cleanup some comments, convert single response to array for better management on frontend

parent 0979658f
No related tags found
1 merge request!42fix: add response dto's for the core api
Pipeline #65793 canceled with stage
......@@ -425,7 +425,6 @@ export class AgentService {
return this.acceptOobProof(acceptProofDto.proofUrl);
}
return this.acceptConnectionProof(acceptProofDto.proofRecordId);
// TODO: map to internal dto
};
acceptOobProof = async (url: string) => {
......@@ -493,7 +492,6 @@ export class AgentService {
resolve = async (did: string) => {
return this.askar.agent.dids.resolve(did);
// TODO: map to internal dto
};
sendMessage = async (message: MakeBasicMessageRequestDto) => {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment