Skip to content

Commit

Permalink
simplify
Browse files Browse the repository at this point in the history
  • Loading branch information
baltpeter committed Apr 10, 2023
1 parent e694d59 commit f909a5a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/adapters/ironsource.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@ export const adapters: Adapter[] = [

decodingSteps: [
{ function: 'parseQueryString', input: 'query', output: 'q' },
{ function: 'getProperty', input: 'q', options: { path: 'data' }, output: 'b64' },
{ function: 'decodeBase64', input: 'b64', output: 'j' },
{ function: 'decodeBase64', input: 'q.data', output: 'j' },
{ function: 'parseJson', input: 'j', output: 'res.body' },
],
containedDataPaths: {
Expand Down

0 comments on commit f909a5a

Please sign in to comment.