Skip to content

Commit f54b486

Browse files
author
Thomas Wang
committed
revert to regular
1 parent 26b05ea commit f54b486

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/classic/src/main.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ Devvit.addCustomPostType({
159159
sendMessageToWebview(context, {
160160
type: 'GAME_INIT_RESPONSE',
161161
payload: {
162-
mode: 'hardcore', // TODO: Get this from the backend
162+
mode: 'regular', // TODO: Get this from the backend
163163
challengeInfo: omit(challengeInfo, ['word']),
164164
challengeUserInfo,
165165
number: challenge,

0 commit comments

Comments
 (0)