Skip to content

Commit

Permalink
refactor: use double quote
Browse files Browse the repository at this point in the history
  • Loading branch information
kzkn committed Nov 23, 2022
1 parent b159c49 commit d17619a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/javascript/turbo/cable.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import type {
Mixin,
createConsumer as ActionCableCreateConsumer,
ChannelNameWithParams
} from '@rails/actioncable'
} from "@rails/actioncable"

let consumer: Consumer | undefined

Expand Down
2 changes: 1 addition & 1 deletion app/javascript/turbo/fetch_requests.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import type { TurboBeforeFetchRequestEvent, TurboSubmitStartEvent } from '@hotwired/turbo'
import type { TurboBeforeFetchRequestEvent, TurboSubmitStartEvent } from "@hotwired/turbo"

export function encodeMethodIntoRequestBody(event: TurboBeforeFetchRequestEvent) {
if (event.target instanceof HTMLFormElement) {
Expand Down

0 comments on commit d17619a

Please sign in to comment.