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 1bee1d1 commit 228257eCopy full SHA for 228257e
app/channels/fetch_channel.rb
@@ -97,7 +97,7 @@ def fetch_submission(data)
97
compiler: submission.compiler.name,
98
time: submission.created_at.to_i * 1000000 + submission.created_at.usec,
99
code: submission.code.to_s,
100
- skip_group: problem.skip_group || submission.contest&.skip_group || true,
+ skip_group: problem.skip_group || submission.contest&.skip_group || false,
101
user: {
102
id: user.id,
103
name: user.username,
0 commit comments