Skip to content

Commit

Permalink
fix workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
patriciareinoso committed Jan 15, 2025
1 parent 5af6a2f commit 3aa7b21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/editSubscriber.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ const updateSubscriber = async (subscriberData: any, token: string) => {
var existingSubscriberData = await getSubscriberResponse.json();
if (!getSubscriberResponse.ok ||
(!existingSubscriberData["AuthenticationSubscription"]["authenticationMethod"] &&
!existingSubscriberData["AmPolicyData"]["subscCats"])) {
!existingSubscriberData["AccessAndMobilitySubscriptionData"]["nssai"])) {
throw new Error("Subscriber does not exist.");
}

Expand Down

0 comments on commit 3aa7b21

Please sign in to comment.