Remove obsolete TODO
This commit is contained in:
parent
e97b078088
commit
d98d08a7e0
1 changed files with 0 additions and 1 deletions
|
@ -17,7 +17,6 @@ const createRandomMessage = ({startTime, timeWindow} = {}) => (props) => {
|
|||
size: _.random(1000, 1000 * 1000 * 50),
|
||||
}],
|
||||
|
||||
// TODO: Revisit
|
||||
objectURL: `https://placekitten.com/${_.random(50, 150)}/${_.random(50, 150)}`,
|
||||
...props,
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue