We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26b05ea commit f54b486Copy full SHA for f54b486
packages/classic/src/main.tsx
@@ -159,7 +159,7 @@ Devvit.addCustomPostType({
159
sendMessageToWebview(context, {
160
type: 'GAME_INIT_RESPONSE',
161
payload: {
162
- mode: 'hardcore', // TODO: Get this from the backend
+ mode: 'regular', // TODO: Get this from the backend
163
challengeInfo: omit(challengeInfo, ['word']),
164
challengeUserInfo,
165
number: challenge,
0 commit comments