Skip to content

Commit

Permalink
tiny ts-ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Bubobubobubobubo committed Aug 27, 2023
1 parent 1fd94ba commit b73d067
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Documentation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ const samples_to_markdown = (application: Editor) => {
// Adding new examples for each sample folder!
const codeId = `sampleExample${i}`;
application.api.codeExamples[codeId] = `mod(.5) :: sound("${keys[i]}").n(irand(1,100)).end(1).out()`;
// @ts-ignore
const howMany = samples[keys[i]].data.samples.length;

markdownList += `
Expand Down

0 comments on commit b73d067

Please sign in to comment.