Skip to content

Commit

Permalink
Bug fix: Export getProperties method (#12587)
Browse files Browse the repository at this point in the history
  • Loading branch information
vivekyadav15 authored Dec 18, 2024
1 parent cc2e8d2 commit cc3e707
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 @@ -415,7 +415,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 cc3e707

Please sign in to comment.