Fix async bug with react query
When migrating to typescript, I realized invalidateQueries is an async function, right now we are calling as if it were a synchronous function which needs to be fixed.
UNCLASSIFIED - NO CUI
Currently supported Big Bang Version is 2.43.0
ATTENTION: Immediate action is required to maintain compatibility with P1 services. Please visit https://p1notifications.dso.mil and see the "DSO.MIL Certificates Renewal" announcement under the "Notifications" section for more details.
When migrating to typescript, I realized invalidateQueries is an async function, right now we are calling as if it were a synchronous function which needs to be fixed.
UNCLASSIFIED - NO CUI