This commit is contained in:
2025-10-26 11:39:54 +04:00
parent d4911748ec
commit 79f2752b30

View File

@@ -80,7 +80,6 @@ pub fn (mut a Atlas) add_collection(args AddCollectionArgs) !&Collection {
if name in a.collections {
return error('Collection ${name} already exists in Atlas ${a.name}')
}
$dbg;
mut col := a.new_collection(name: name, path: args.path)!
col.scan()!