Update Models

Summary:
- Sources: update Models

Stats:
- 1 file changed, 1 insertion(+), 1 deletion(-)
This commit is contained in:
Matt Bruce 2026-01-14 08:56:50 -06:00
parent 82ddd37e3a
commit a633fb0bf3

View File

@ -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 {