Skip to content

Commit 40b04a3

Browse files
authored
Fix ActionCableFetcher type
1 parent 4c46e50 commit 40b04a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

javascript_client/src/subscriptions/createActionCableFetcher.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import type { Consumer, Subscription } from "@rails/actioncable"
44

55
type ActionCableFetcherOptions = {
66
consumer: Consumer,
7-
url: String,
7+
url: string,
88
fetch?: typeof fetch,
99
fetchOptions?: any,
1010
}

0 commit comments

Comments
 (0)