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 bfc0ff5 commit e7928ffCopy full SHA for e7928ff
1 file changed
frontend/src/ts/controllers/sound-controller.ts
@@ -397,7 +397,6 @@ export async function playClick(codeOverride?: string): Promise<void> {
397
if ("validNotes" in config) {
398
const scaleConfig = scaleConfigurations[val];
399
if (scaleConfig === undefined) {
400
- //TODO
401
throw new Error("missing scale config");
402
}
403
playScale(config.validNotes, scaleConfig.meta);
0 commit comments