Skip to content

Commit

Permalink
Merge branch 'media' of github.com:adobe/alloy into media
Browse files Browse the repository at this point in the history
  • Loading branch information
Nina Ciocanu committed Dec 20, 2023
2 parents 5fbc4ff + ae90e81 commit c0dc532
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/components/MediaCollection/createMediaEventManager.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@ import MediaEvents from "./mediaConstants/mediaEvents";
import createMediaRequestPayload from "./createMediaRequestPayload";
import createMediaRequest from "./createMediaRequest";
import injectTimestamp from "../Context/injectTimestamp";
import toInteger from "../../../libEs6/utils/toInteger";
import { deepAssign } from "../../utils";
import { deepAssign, toInteger } from "../../utils";

export default ({ config, eventManager, consent, sendEdgeNetworkRequest }) => {
return {
Expand Down

0 comments on commit c0dc532

Please sign in to comment.