Skip to content

Commit

Permalink
remove unused function
Browse files Browse the repository at this point in the history
  • Loading branch information
LiranCohen committed Oct 16, 2024
1 parent 91d99bc commit e353b8d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions packages/agent/src/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,6 @@ export async function getDwnServiceEndpointUrls(didUri: string, dereferencer: Di
return [];
}

export async function setDwnServiceEndpointUrls(didUri: string, serviceEndpointUrls: string[], dereferencer: DidUrlDereferencer) {
}

export function getRecordAuthor(record: RecordsWriteMessage | RecordsDeleteMessage): string | undefined {
return Message.getAuthor(record);
}
Expand Down

0 comments on commit e353b8d

Please sign in to comment.