Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
markkuhar committed Aug 22, 2023
1 parent 29b3ea6 commit 1d2e044
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/outbrainBidAdapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -133,8 +133,8 @@ export const spec = {
request.is_debug = !!test;
request.test = 1;
}
obUserToken = storage.getDataFromLocalStorage(OB_USER_TOKEN_KEY)

const obUserToken = storage.getDataFromLocalStorage(OB_USER_TOKEN_KEY)
if (obUserToken) {
deepSetValue(request, 'user.ext.obusertoken', obUserToken)
}
Expand Down

0 comments on commit 1d2e044

Please sign in to comment.