Skip to content

Commit e148f6a

Browse files
authored
Merge pull request #731 from weaviate/fix/passing-empty-config-in-backup
stop passing empty config in backup
2 parents fa28abb + 9cbe336 commit e148f6a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

weaviate/backup/backup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,6 @@ def create(
101101

102102
payload = {
103103
"id": backup_id,
104-
"config": {},
105104
"include": include_classes,
106105
"exclude": exclude_classes,
107106
}

0 commit comments

Comments
 (0)