chore(eslint): Fix lint

This commit is contained in:
Tixie 2019-03-10 05:38:57 +01:00
parent cbe8785f99
commit 7e9ae0f554

View file

@ -7,7 +7,6 @@ const FRAMES_PER_SECOND = 10
const WIDTH = 200
const HEIGHT = WIDTH
export function capture (commit, mediaStream, duration) {
return new Promise((resolve, reject) => {
const video = document.createElement('video')