From 0707cbcb5b8ba0d8829616bf6312807a8012d203 Mon Sep 17 00:00:00 2001 From: "mathieu J." Date: Tue, 19 Nov 2024 17:49:54 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A5=20(ContentKit):=20Remove=20case=20?= =?UTF-8?q?link=20in=20ResourceType?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Modules/ContentKit/Sources/Categories/Category+Resources.swift | 1 - 1 file changed, 1 deletion(-) diff --git a/Modules/ContentKit/Sources/Categories/Category+Resources.swift b/Modules/ContentKit/Sources/Categories/Category+Resources.swift index d5d4bcc67d..649bf07777 100644 --- a/Modules/ContentKit/Sources/Categories/Category+Resources.swift +++ b/Modules/ContentKit/Sources/Categories/Category+Resources.swift @@ -140,7 +140,6 @@ public extension Category { enum ResourceType: String, Codable { case file case video - case link } struct ResourcePayload: Codable {