prusa3d / Prusa-Link-Web

Prusa Web interface resources
GNU General Public License v3.0
114 stars 50 forks source link

Correct typo of ATTENTION in status enumeration #441

Closed felddy closed 5 months ago

felddy commented 9 months ago

๐Ÿ—ฃ Description

This PR corrects the spelling of ATTENTION in the StatusPrinter schema.

๐Ÿ’ญ Motivation and context

While implementing a notification system that checks the status of my printer using the API I noticed that one of the statuses were misspelled.

๐Ÿงช Testing

The code was able to be built and ran locally. It did generate errors in the web console which I suspect is unrelated:

[Warning] Handle error โ€“ {code: 404, eTag: null, data: {title: "Error 404", message: "Not Found"}} (main.c11cf35ba578f5d7d0db.js, line 6126)

โœ… Pre-approval checklist