Skip to content

Commit

Permalink
Add missing file and line parameters to dismiss call (#2440)
Browse files Browse the repository at this point in the history
  • Loading branch information
heiberg authored Sep 8, 2023
1 parent 15acb23 commit 791e3ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/ComposableArchitecture/Dependencies/Dismiss.swift
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ public struct DismissEffect: Sendable {
fileID: StaticString = #fileID,
line: UInt = #line
) async {
await callAsFunction(transaction: Transaction(animation: animation))
await callAsFunction(transaction: Transaction(animation: animation), fileID: fileID, line: line)
}

@MainActor
Expand Down

0 comments on commit 791e3ff

Please sign in to comment.