Skip to content

Commit f12f04a

Browse files
authored
Update CartViewController.swift
Updated Flagship Error
1 parent 83e534e commit f12f04a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

EmpowerPlant/CartViewController.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ class CartViewController: UIViewController, UITableViewDelegate, UITableViewData
9999
if (httpResponse.statusCode) == 500 {
100100
print("> 500 response")
101101
let err = PurchaseError.insufficientInventory
102-
SentrySDK.capture(error: err) //Empowerplant Flagship Error
102+
SentrySDK.capture(error: err) //This will throw the Empowerplant Flagship Error
103103
} else {
104104
}
105105
}

0 commit comments

Comments
 (0)