include ias

This commit is contained in:
Jon McClure 2024-03-06 09:10:23 +00:00
parent 3814b14b2e
commit 85142fe932

View file

@ -30,10 +30,6 @@ export const loadBootstrap = () => {
},
(onetrustResponse) => {
const iasPromise = Ias();
// Ask Thea about Permutive implementation (considering there are no logged in users on Graphics)
// Should we use Permutive at all?
// Should we import ArcP SDK to graphics to get the same user as logged in on RCom?
return Promise.all([iasPromise]).then((responses) => {
const [iasResponse] = responses;