Skip to content

Commit

Permalink
Update RefdsReduxStore.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelesantos committed Apr 6, 2024
1 parent 9a037ea commit a2d4cfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/RefdsRedux/RefdsReduxStore.swift
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ public final class RefdsReduxStore<State>: ObservableObject {
private var reducer: RefdsReduxReducer<State>
private var middlewares: [RefdsReduxMiddleware<State>]
private let queue = DispatchQueue(
label: "refds.gym.middleware",
label: "refds.designPatterns.redux.middleware",
qos: .userInteractive,
attributes: .concurrent
)
Expand Down

0 comments on commit a2d4cfc

Please sign in to comment.