Skip to content

Commit

Permalink
Empty shell for 1plusX RTD submodule (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
bwhisp authored Jun 8, 2022
1 parent 302411b commit 7459ba9
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions modules/1plusXRtdProvider.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
// Constants
const MODULE_NAME = ''

// Functions

// Functions exported in submodule object
const init = () => { }
const getBidRequestData = () => { }
// The RTD submodule object to be exported
export const onePlusXSubmodule = {
name: MODULE_NAME,
init,
getBidRequestData
}

0 comments on commit 7459ba9

Please sign in to comment.