Skip to content

Commit

Permalink
ci: Format code
Browse files Browse the repository at this point in the history
  • Loading branch information
seambot committed Nov 11, 2023
1 parent 9f956be commit cabbfc1
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,10 +154,7 @@ To make working with action attempts more convenient for applications,
this library provides the `resolveActionAttempt` function:

```ts
await resolveActionAttempt(
seam.locks.unlockDoor({ device_id }),
seam,
)
await resolveActionAttempt(seam.locks.unlockDoor({ device_id }), seam)
```

Wrapping an action attempt with `resolveActionAttempt`:
Expand Down

0 comments on commit cabbfc1

Please sign in to comment.