Update Models
Summary: - Sources: update Models Stats: - 1 file changed, 1 insertion(+), 1 deletion(-)
This commit is contained in:
parent
82ddd37e3a
commit
a633fb0bf3
@ -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 {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user