Mark parameters optional

This commit is contained in:
2025-10-14 18:51:26 +02:00
parent dbc2f1f2c2
commit 33ab815996

View File

@@ -198,7 +198,7 @@ class SonosSoap {
};
}
async reportAccountAction(args: any, headers: any) {
async reportAccountAction(_args: any, _headers: any) {
// Sonos calls this after a user adds or removes an account.
// It's safe to just acknowledge the call.
return {};