Skip to content

Commit 3b4822d

Browse files
committed
remove unnecessary double access control
1 parent 85fc3e9 commit 3b4822d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Modules/Sources/PointOfSale/Presentation/Settings/POSSettingsHardwareDetailView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,7 @@ private extension POSSettingsHardwareDetailView {
342342
}
343343
}
344344

345-
private func handleScannerDestination(_ destination: ScannerDestination) {
345+
func handleScannerDestination(_ destination: ScannerDestination) {
346346
switch destination {
347347
case .setup:
348348
showBarcodeScanningSetupModal = true

0 commit comments

Comments
 (0)