Skip to content

Commit

Permalink
Update src/client/order.ts
Browse files Browse the repository at this point in the history
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
  • Loading branch information
AndreaDiazCorreia and coderabbitai[bot] authored Nov 14, 2024
1 parent ea218b1 commit 525db35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client/order.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export async function newOrder(
privateKey: Uint8Array,
recipientPublicKey: string,
relayUrl: string,
): Promise<any> {
): Promise<NostrEvent> {

Check failure on line 18 in src/client/order.ts

View workflow job for this annotation

GitHub Actions / build (ubuntu-latest, 22)

Cannot find name 'NostrEvent'.

Check failure on line 18 in src/client/order.ts

View workflow job for this annotation

GitHub Actions / build (ubuntu-latest, 22)

Return type of exported function has or is using private name 'NostrEvent'.

Check failure on line 18 in src/client/order.ts

View workflow job for this annotation

GitHub Actions / build (ubuntu-latest, 20)

Cannot find name 'NostrEvent'.

Check failure on line 18 in src/client/order.ts

View workflow job for this annotation

GitHub Actions / build (ubuntu-latest, 20)

Return type of exported function has or is using private name 'NostrEvent'.

Check failure on line 18 in src/client/order.ts

View workflow job for this annotation

GitHub Actions / build (macos-latest, 22)

Cannot find name 'NostrEvent'.

Check failure on line 18 in src/client/order.ts

View workflow job for this annotation

GitHub Actions / build (macos-latest, 22)

Return type of exported function has or is using private name 'NostrEvent'.

Check failure on line 18 in src/client/order.ts

View workflow job for this annotation

GitHub Actions / build (macos-latest, 18)

Cannot find name 'NostrEvent'.

Check failure on line 18 in src/client/order.ts

View workflow job for this annotation

GitHub Actions / build (macos-latest, 18)

Return type of exported function has or is using private name 'NostrEvent'.

Check failure on line 18 in src/client/order.ts

View workflow job for this annotation

GitHub Actions / build (macos-latest, 20)

Cannot find name 'NostrEvent'.

Check failure on line 18 in src/client/order.ts

View workflow job for this annotation

GitHub Actions / build (macos-latest, 20)

Return type of exported function has or is using private name 'NostrEvent'.

Check failure on line 18 in src/client/order.ts

View workflow job for this annotation

GitHub Actions / build (ubuntu-latest, 18)

Cannot find name 'NostrEvent'.

Check failure on line 18 in src/client/order.ts

View workflow job for this annotation

GitHub Actions / build (ubuntu-latest, 18)

Return type of exported function has or is using private name 'NostrEvent'.

Check failure on line 18 in src/client/order.ts

View workflow job for this annotation

GitHub Actions / build (windows-latest, 22)

Cannot find name 'NostrEvent'.

Check failure on line 18 in src/client/order.ts

View workflow job for this annotation

GitHub Actions / build (windows-latest, 22)

Return type of exported function has or is using private name 'NostrEvent'.

Check failure on line 18 in src/client/order.ts

View workflow job for this annotation

GitHub Actions / build (windows-latest, 20)

Cannot find name 'NostrEvent'.

Check failure on line 18 in src/client/order.ts

View workflow job for this annotation

GitHub Actions / build (windows-latest, 20)

Return type of exported function has or is using private name 'NostrEvent'.

Check failure on line 18 in src/client/order.ts

View workflow job for this annotation

GitHub Actions / build (windows-latest, 18)

Cannot find name 'NostrEvent'.

Check failure on line 18 in src/client/order.ts

View workflow job for this annotation

GitHub Actions / build (windows-latest, 18)

Return type of exported function has or is using private name 'NostrEvent'.
// Create the order event
const event = createOrder(order, privateKey, recipientPublicKey)

Expand Down

0 comments on commit 525db35

Please sign in to comment.