Skip to content

Commit

Permalink
run npm pretty
Browse files Browse the repository at this point in the history
  • Loading branch information
psteniusubi committed Jan 23, 2024
1 parent 0d3212f commit 12c53ab
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/integration-scripts/singlesig-dip.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,6 @@ describe('singlesig-dip', () => {

// make sure query with seal is idempotent
op = await client2.keyStates().query(name1_id, undefined, seal);
await waitOperation(client2, op)
await waitOperation(client2, op);
});
});
4 changes: 2 additions & 2 deletions src/keri/app/coring.ts
Original file line number Diff line number Diff line change
Expand Up @@ -166,11 +166,11 @@ export class KeyStates {
}

/**
* Query the key state of an identifier for a given sequence number or anchor
* Query the key state of an identifier for a given sequence number or anchor
* @async
* @param {string} pre Identifier prefix
* @param {number} [sn] Optional sequence number
* @param {any} [anchor] Optional anchor
* @param {any} [anchor] Optional anchor
* @returns {Promise<any>} A promise to the long-running operation
*/
async query(pre: string, sn?: string, anchor?: any): Promise<any> {
Expand Down

0 comments on commit 12c53ab

Please sign in to comment.