From b37aa57f6fb9a9680bb3c6075b70184cbd72546b Mon Sep 17 00:00:00 2001 From: Raphael Forment Date: Sun, 13 Aug 2023 14:50:03 +0200 Subject: [PATCH] remove invalid URL --- src/API.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/API.ts b/src/API.ts index e806672..f7e4889 100644 --- a/src/API.ts +++ b/src/API.ts @@ -28,7 +28,6 @@ Array.prototype.in = function(this: T[], value: T): boolean { Promise.all([ initAudioOnFirstClick(), samples('github:tidalcycles/Dirt-Samples/master'), - samples('github:kindohm/expedition/tree/master/samples'), registerSynthSounds(), ]);