Skip to content

Commit 6023932

Browse files
Revert raNDOmcASe to previous name (rAnDoMcAsE)
1 parent 1640092 commit 6023932

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

frontend/src/ts/test/funbox/funbox-functions.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ const list: Partial<Record<FunboxName, FunboxFunctions>> = {
316316
return retval;
317317
},
318318
},
319-
raNDOmcASe: {
319+
rAnDoMcAsE: {
320320
alterText(word: string): string {
321321
let randomCaseWord = "";
322322

frontend/static/challenges/_list.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -617,7 +617,7 @@
617617
"display": "i KINda LikE HoW inEFFICIeNt QwErtY Is.",
618618
"autoRole": true,
619619
"type": "funbox",
620-
"parameters": [["raNDOmcASe"], "time", 3600],
620+
"parameters": [["rAnDoMcAsE"], "time", 3600],
621621
"requirements": {
622622
"wpm": {
623623
"min": 100
@@ -626,7 +626,7 @@
626626
"min": 60
627627
},
628628
"funbox": {
629-
"exact": ["raNDOmcASe"]
629+
"exact": ["rAnDoMcAsE"]
630630
}
631631
}
632632
},

packages/funbox/src/list.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,13 +113,13 @@ const list: Record<FunboxName, FunboxMetadata> = {
113113
],
114114
name: "arrows",
115115
},
116-
raNDOmcASe: {
116+
rAnDoMcAsE: {
117117
description: "i KINda LikE HoW inEFFICIeNt QwErtY Is.",
118118
canGetPb: false,
119119
difficultyLevel: 2,
120120
properties: ["changesCapitalisation"],
121121
frontendFunctions: ["alterText"],
122-
name: "raNDOmcASe",
122+
name: "rAnDoMcAsE",
123123
},
124124
sPoNgEcAsE: {
125125
description: "aLtErNaTe ThE cApItAlIzAtIoN oF eVeRy LeTtEr.",

packages/schemas/src/configs.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ export const FunboxNameSchema = z.enum([
278278
"tts",
279279
"choo_choo",
280280
"arrows",
281-
"raNDOmcASe",
281+
"rAnDoMcAsE",
282282
"sPoNgEcAsE",
283283
"capitals",
284284
"layout_mirror",

0 commit comments

Comments
 (0)