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

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
}
```