fix: mispell

This commit is contained in:
Saahil 2024-12-01 14:06:55 -05:00 committed by GitHub
parent 98c309ce10
commit 0bf6dba62b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -69,7 +69,7 @@ export default class HighSeasShipExtractor implements Command {
});
// userid most importent because it is what the thingy ac uses.
if (!info.userId) return;
fetch(`https://api.saahild.com/api/highseasships/add_ships`, {
fetch(`https://api.saahild.com/api/highseasships/add_ship`, {
method: "POST",
headers: {
"Content-Type": "application/json",