Skip to content
This repository was archived by the owner on Feb 7, 2023. It is now read-only.

Commit d99c8ce

Browse files
committed
Fix prettier bug
1 parent 200109a commit d99c8ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

overrides/durableobjects.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
interface DurableObject {
22
fetch(request: Request): Promise<Response>;
3-
alarm?(): Promise<void>
3+
alarm?(): Promise<void>;
44
}
55

66
declare abstract class DurableObjectStub extends Fetcher {

0 commit comments

Comments
 (0)