Skip to content

Commit 44b2105

Browse files
committed
style: use double quotes
1 parent 5bd1549 commit 44b2105

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

elixir/lib/bullmq/scripts.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1461,7 +1461,7 @@ defmodule BullMQ.Scripts do
14611461
Keys.marker(ctx),
14621462
]
14631463

1464-
args = [if(paused?, do: "paused", else: "resumed"), '1']
1464+
args = [if(paused?, do: "paused", else: "resumed"), "1"]
14651465

14661466
execute(conn, :pause, keys, args)
14671467
end

0 commit comments

Comments
 (0)