more cleanup

This commit is contained in:
talksik
2022-06-10 05:49:14 -05:00
parent 1d0b0f197a
commit 96878a5d4a
4 changed files with 5 additions and 40 deletions
+2 -2
View File
@@ -10,8 +10,8 @@ export interface IContent {
// visitCount
}
// ? persist length of clip for easier viewing for others...
// ?they have to load it anyway and will get metadata anyway?
// ? persist length of clip for easier read access for others...
// ? they have to load it anyway and will get metadata anyway?
export class ContentBlock implements IContent {
constructor(
public creatorUserId: string,