Skip to content

Commit

Permalink
Bug fix: Export getProperties method
Browse files Browse the repository at this point in the history
  • Loading branch information
vivekyadav15 committed Dec 17, 2024
1 parent ec420b6 commit 9f26d43
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/auction.js
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,8 @@ export function newAuction({adUnits, adUnitCodes, callback, cbTimeout, labels, a
getFPD: () => ortb2Fragments,
getMetrics: () => metrics,
end: done.promise,
requestsDone: requestsDone.promise
requestsDone: requestsDone.promise,
getProperties
};
}

Expand Down

0 comments on commit 9f26d43

Please sign in to comment.