Skip to content

Rename idWardRtdProvider to anonymisedRtdProvider #10176

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 15 commits into from
Apr 26, 2024
Prev Previous commit
Next Next commit
Merge branch 'master' into anonymisedRtdProvider
  • Loading branch information
kyrylenko authored Feb 29, 2024
commit 3b51e04c8f2e3b10013e6f32fbd062fd97809e2c
2 changes: 1 addition & 1 deletion modules/idWardRtdProvider.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@
*/
import { createRtdProvider } from './anonymisedRtdProvider.js';/* eslint prebid/validate-imports: "off" */

export const { getRealTimeData, rtdSubmodule: idWardRtdSubmodule, storage } = createRtdProvider('idWard');
export const { getRealTimeData, rtdSubmodule: idWardRtdSubmodule, storage } = createRtdProvider('idWard');
You are viewing a condensed version of this merge commit. You can view the full changes here.