Skip to content

Commit

Permalink
Change state type to file
Browse files Browse the repository at this point in the history
  • Loading branch information
0xLeif committed Apr 19, 2024
1 parent 64115c7 commit c23d936
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ extension Application {
let setValue = {
shared.cache.set(
value: Application.State(
type: .state,
type: .file,
initial: storedValue,
scope: scope
),
Expand Down

0 comments on commit c23d936

Please sign in to comment.