Skip to content

Sms command name fix#28

Merged
joshuasorkin merged 3 commits intoproductionfrom
sms-command-name-fix
Oct 13, 2022
Merged

Sms command name fix#28
joshuasorkin merged 3 commits intoproductionfrom
sms-command-name-fix

Conversation

@joshuasorkin
Copy link
Copy Markdown
Owner

Fixes the .commandName -> .name issue that was breaking some SMS commands.

This branch is off of another as-of-yet-unmerged branch, database-fix, that implements the ES6 singleton in database.js. I'm guessing that merging this one will automatically merge database-fix as well?

Regarding the ES6 singleton in database.js: you had expressed some concerns about a static method being able to access this., but I've tested this and it works.

@minademian
Copy link
Copy Markdown
Contributor

minademian commented Oct 12, 2022

No, it won’t automatically merge database-fix. Creating a branch off another just means that it’s updated to use it as a reference point for Git history. If you want to merge both brances, it’s best to first submit a PR for database-fix, merge it, and then merge this branch.

Re: static method - alright. Going with you on this.

Copy link
Copy Markdown
Contributor

@minademian minademian left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@joshuasorkin joshuasorkin mentioned this pull request Oct 13, 2022
@joshuasorkin joshuasorkin merged commit 7dd8279 into production Oct 13, 2022
@joshuasorkin joshuasorkin deleted the sms-command-name-fix branch October 13, 2022 17:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants