Skip to content

Commit 49ffbc1

Browse files
committed
ci: Format code
1 parent b9d9b6e commit 49ffbc1

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -214,11 +214,13 @@ await seam.locks.unlockDoor({ device_id })
214214
If you have already have an action attempt id
215215
and want to wait for it to resolve, simply use
216216

217-
218217
```ts
219-
await seam.actionAttempts.get({ action_attempt_id, }, {
220-
waitForActionAttempt: true
221-
})
218+
await seam.actionAttempts.get(
219+
{ action_attempt_id },
220+
{
221+
waitForActionAttempt: true,
222+
},
223+
)
222224
```
223225

224226
Using the `waitForActionAttempt` option:

0 commit comments

Comments
 (0)