Skip to content

Commit

Permalink
Fix formatting on DO API alarms page
Browse files Browse the repository at this point in the history
  • Loading branch information
stayallive authored Oct 27, 2024
1 parent 6ee98a5 commit 1328da7
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/content/docs/durable-objects/api/alarms.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,7 @@ Alarms can be used to build distributed primitives, like queues or batching of w

### setAlarm

- <code>
{" "}
setAlarm(scheduledTimeMs <Type text="number" />)
</code>
: <Type text="void" />
- <code>setAlarm(scheduledTimeMs <Type text="number" />)</code>: <Type text="void" />

- Set the time for the alarm to run. Specify the time as the number of milliseconds elapsed since the UNIX epoch.

Expand Down

0 comments on commit 1328da7

Please sign in to comment.