chore: Remove all usage of collection.type (#1445)
* chore: Remove all usage of collection.type * migration: Remove type column
This commit is contained in:
@@ -1062,7 +1062,6 @@ describe("#collections.delete", () => {
|
||||
urlId: "blah",
|
||||
teamId: user.teamId,
|
||||
creatorId: user.id,
|
||||
type: "atlas",
|
||||
});
|
||||
|
||||
const res = await server.post("/api/collections.delete", {
|
||||
|
||||
Reference in New Issue
Block a user