Skip to content

Commit 026e03f

Browse files
committed
oops
1 parent 51c8b00 commit 026e03f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/web/lib/folder.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ async function getSharedSpacesForVideos(videoIds: string[]) {
123123

124124
// Add organization-level sharing
125125
orgSharing.forEach((org) => {
126-
(sharedSpacesMap[(org.videoId] ??= []).push({
126+
(sharedSpacesMap[org.videoId] ??= []).push({
127127
id: org.id,
128128
name: org.name,
129129
organizationId: org.organizationId,

0 commit comments

Comments
 (0)