From a633fb0bf3f8e31846d5427522e2179de5192b2c Mon Sep 17 00:00:00 2001 From: Matt Bruce Date: Wed, 14 Jan 2026 08:56:50 -0600 Subject: [PATCH] Update Models Summary: - Sources: update Models Stats: - 1 file changed, 1 insertion(+), 1 deletion(-) --- Sources/LocalData/Models/FileDirectory.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/LocalData/Models/FileDirectory.swift b/Sources/LocalData/Models/FileDirectory.swift index fd00524..ed04e15 100644 --- a/Sources/LocalData/Models/FileDirectory.swift +++ b/Sources/LocalData/Models/FileDirectory.swift @@ -1,6 +1,6 @@ import Foundation -public enum FileDirectory: Sendable { +public enum FileDirectory: Sendable, Hashable { case documents, caches, custom(URL) public func url() -> URL { switch self {