mirror of
https://github.com/System-End/slack-end.git
synced 2026-04-19 22:05:10 +00:00
fix: mispell
This commit is contained in:
parent
98c309ce10
commit
0bf6dba62b
1 changed files with 1 additions and 1 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue