Skip to content

Conversation

@spaghetti-squash
Copy link
Contributor

No description provided.

@spaghetti-squash spaghetti-squash requested a review from gausie May 17, 2025 02:22
* @returns Whether the supplied property should be coerced into a QuestStep
*/
export function isQuestProperty(property: string): boolean {
return property.startsWith("quest") || underscoredQuests.includes(property);
Copy link
Contributor

Choose a reason for hiding this comment

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

Why not do || starts with _quest?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Most prefs that start with _quest are not quest prefs.

@spaghetti-squash
Copy link
Contributor Author

spaghetti-squash commented May 17, 2025 via email

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.

3 participants