Skip to content

Commit

Permalink
Merge pull request #85 from jaydenchee97/feature
Browse files Browse the repository at this point in the history
test push
  • Loading branch information
jaydenchee97 authored Nov 10, 2024
2 parents 8e62cab + eca1d8d commit de3709a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/screens/EditAccommodationScreen.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,7 @@ const EditAccommodationScreen = (props: any, uriArray: string[]) => {

console.log(authUser);
console.log(authUser.attributes['custom:userType']);
console.log(propertyType);
let newAccommData = null;
if (propertyType == "UNIVERSITY") {
newAccommData = await updateUniAccommodation(newAccomm);
Expand Down

0 comments on commit de3709a

Please sign in to comment.