Fix missing name in full snapshot (#8535)

This commit is contained in:
Joakim Sørensen 2021-03-04 10:25:51 +01:00 committed by GitHub
parent 2abba7e445
commit c97ec32343
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -105,6 +105,7 @@ export const createHassioFullSnapshot = async (
endpoint: "/snapshots/new/full",
method: "post",
timeout: null,
data,
});
return;
}