Skip to content

Commit

Permalink
fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
LiranCohen committed May 8, 2024
1 parent f08273d commit 11de4c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/agent/src/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,14 +57,14 @@ export function isRecordsWrite(obj: unknown): obj is RecordsWrite {
}

/**
* Get the CID of the given RecordsWriteMessage.
* Get the CID of the given RecordsWriteMessage.
*/
export function getRecordMessageCid(message: RecordsWriteMessage): Promise<string> {
return Message.getCid(message);
}

/**
* Get the pagination cursor for the given RecordsWriteMessage and DateSort.
* Get the pagination cursor for the given RecordsWriteMessage and DateSort.
*
* @param message The RecordsWriteMessage for which to get the pagination cursor.
* @param dateSort The date sort that will be used in the query or subscription to which the cursor will be applied.
Expand Down

0 comments on commit 11de4c2

Please sign in to comment.