|
|
@ -139,7 +139,7 @@ class HackUserLastestCodesController < ApplicationController
|
|
|
|
debug_params = {execMode: exec_mode,
|
|
|
|
debug_params = {execMode: exec_mode,
|
|
|
|
tpiID: @my_hack.identifier,
|
|
|
|
tpiID: @my_hack.identifier,
|
|
|
|
testCases: testCases,
|
|
|
|
testCases: testCases,
|
|
|
|
platform: @hack.language,
|
|
|
|
platform: @my_hack.hack.language,
|
|
|
|
codeFileContent: @my_hack.code,
|
|
|
|
codeFileContent: @my_hack.code,
|
|
|
|
timeLimit: @hack.time_limit,
|
|
|
|
timeLimit: @hack.time_limit,
|
|
|
|
sec_key: Time.now.to_i}
|
|
|
|
sec_key: Time.now.to_i}
|
|
|
|