Fix eslint error

This commit is contained in:
Szymon Nowakowski
2024-12-25 23:30:47 +01:00
parent fa4583d86b
commit d72dd631a4

View File

@@ -160,7 +160,7 @@ function AddRepertoireDialogContent() {
try {
setIsLoading(true);
const { data, error } = await client.repertoire.post({
const { error } = await client.repertoire.post({
name,
entries: [],
});