commit | 3be2314facce486b5698f23fb7a02deed8ec192c | [log] [tgz] |
---|---|---|
author | Abdelrahman Daim <adaim@meta.com> | Tue Sep 24 12:21:22 2024 -0700 |
committer | Abdelrahman Daim <adaim@meta.com> | Tue Sep 24 12:21:22 2024 -0700 |
tree | f080e7bfb1095c9988dbbb078f58cdb825465d10 | |
parent | feee29caf85687482cccbab1da9f3c3926ffb484 [diff] |
Add a check to ensure that intent data is available before proceeding. Summary: There are instances where intent data is absent, leading to a crash while trying to retrieve the schema. This change adds a null check to prevent attempted access when there's no data. Test: Successful Build on master branch Change-Id: Ie83bd3243f2c79102061d3fa43d809b3ef3c6c78 Signed-off-by: Abdelrahman Daim <adaim@meta.com>