Skip to content

Commit

Permalink
Loyal Bid Adapter : no error without floors module (#11834)
Browse files Browse the repository at this point in the history
* LoyalBidAdapter.js: no error without floors module

* Update loyalBidAdapter.js
  • Loading branch information
patmmccann committed Jun 20, 2024
1 parent e132450 commit 1a8b993
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions modules/loyalBidAdapter.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { logMessage, logError } from '../src/utils.js';
import { logMessage } from '../src/utils.js';
import { convertOrtbRequestToProprietaryNative } from '../src/native.js';

import { registerBidder } from '../src/adapters/bidderFactory.js';
Expand Down Expand Up @@ -84,7 +84,6 @@ function getBidFloor(bid) {
});
return bidFloor.floor;
} catch (err) {
logError(err);
return 0;
}
}
Expand Down

0 comments on commit 1a8b993

Please sign in to comment.