Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
LiranCohen committed Sep 11, 2024
1 parent cc0d6ee commit 282dbba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/agent/src/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export async function getDwnServiceEndpointUrls(didUri: string, dereferencer: Di
}

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

export function isRecordsWrite(obj: unknown): obj is RecordsWrite {
Expand Down

0 comments on commit 282dbba

Please sign in to comment.