Skip to content

Commit aaa4083

Browse files
committed
remove organisation re-export
1 parent e085078 commit aaa4083

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

packages/web-backend/src/Folders/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,5 +196,5 @@ export class Folders extends Effect.Service<Folders>()("Folders", {
196196
}),
197197
};
198198
}),
199-
dependencies: [FoldersPolicy.Default, Database.Default],
199+
dependencies: [FoldersPolicy.Default, FoldersRepo.Default, Database.Default],
200200
}) {}

packages/web-domain/src/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ export * as Comment from "./Comment.ts";
33
export * from "./Errors.ts";
44
export * as Folder from "./Folder.ts";
55
export * as Organisation from "./Organisation.ts";
6-
export * from "./Organisation.ts";
76
export * as Policy from "./Policy.ts";
87
export { Rpcs } from "./Rpcs.ts";
98
export * as S3Bucket from "./S3Bucket.ts";

0 commit comments

Comments
 (0)