Fixed copying error

This commit is contained in:
Ajay Ramachandran 2019-12-08 19:04:55 -05:00 committed by GitHub
parent 9da0d47208
commit 95016dab4d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -65,7 +65,7 @@ __________________________________________________________________
videoID: string,
startTime: float,
endTime: float,
localUserID: string //This should be a randomly generated UUID
userID: string //This should be a randomly generated UUID
}
```