Release v0.1.0 #5

Merged
B00tLoad merged 37 commits from release/v.0.1.0 into main 2025-09-01 12:19:37 +02:00
Showing only changes of commit 9b88ae87cc - Show all commits

View File

@@ -577,7 +577,7 @@ export class Pushover {
const params = new URLSearchParams();
params.append("token", this.token);
params.append("user", options.user ?? "");
params.append("user", options.user);
if (options.deviceName) params.append("device", options.deviceName);
return this.makeRequest<PushoverValidationResponse>(