We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3efae5 commit f65635dCopy full SHA for f65635d
services/app/apps/runner/lib/runner/executor.ex
@@ -13,7 +13,7 @@ defmodule Runner.Executor do
13
14
@spec call(Runner.Task.t(), Runner.LanguageMeta.t(), String.t(), String.t()) ::
15
Runner.execution_result()
16
- def call(task = %Runner.Task{type: "sql"}, lang_meta, solution_text, run_id) do
+ def call(%Runner.Task{type: "sql"}, lang_meta, solution_text, run_id) do
17
seed = get_seed()
18
19
wait_permission_to_launch(run_id, 0, Languages.get_timeout_ms(lang_meta) + 500)
0 commit comments