Skip to content

Commit

Permalink
feat(deps): update vc-verification version (#679)
Browse files Browse the repository at this point in the history
Should be no functional change as was already updated by passport-did-auth change
  • Loading branch information
jrhender authored Feb 4, 2025
1 parent aef5f19 commit 9dda0db
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/api/classes/modules_ipfs_pin_processor.PinProcessor.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,13 @@

### OnQueueWaiting

**OnQueueWaiting**(`job`): `Promise`<`void`\>
**OnQueueWaiting**(`jobId`): `Promise`<`void`\>

#### Parameters

| Name | Type |
| :------ | :------ |
| `job` | `Job`<`any`\> |
| `jobId` | `number` |

#### Returns

Expand Down Expand Up @@ -72,7 +72,7 @@ ___

| Name | Type |
| :------ | :------ |
| `job` | `Job`<`any`\> |
| `job` | `Job`<[`PinClaimData`](../modules/modules_ipfs_ipfs_types.md#pinclaimdata)\> |
| `err` | `Error` |

#### Returns
Expand All @@ -89,7 +89,7 @@ ___

| Name | Type |
| :------ | :------ |
| `job` | `Job`<`any`\> |
| `job` | `Job`<[`PinClaimData`](../modules/modules_ipfs_ipfs_types.md#pinclaimdata)\> |

#### Returns

Expand Down

0 comments on commit 9dda0db

Please sign in to comment.