acmcsufoss / shorter

🔗 Discord slash command URL shortener.
Do What The F*ck You Want To Public License
2 stars 0 forks source link

Add `isAliasToBeRemoved` logic check #7

Closed EthanThatOneKid closed 1 year ago

EthanThatOneKid commented 1 year ago

Fix error condition logic in the function shorter (defined in lib/shorter/shorter.ts). Now, the error will only throw if a destination is present, implying the alias destination is to be updated and the alias is not to be removed.

Resolves #3.