Skip to content

Working branch (issue/57) - #107

Merged
eldenpark merged 46 commits into
mainfrom
issue/57
Dec 12, 2025
Merged

Working branch (issue/57) #107
eldenpark merged 46 commits into
mainfrom
issue/57

Conversation

@chihunmanse

Copy link
Copy Markdown
Contributor

Pull Request

Thank you for raising a Pull Request. Please follow the instruction.

  • I’ve read CONTRIBUTING.md and followed the guidelines.

Summary

Links (Issue References, etc, if there's any)

@blacktoast blacktoast mentioned this pull request Dec 12, 2025
1 task

export interface UnverifiedCustomerUserReminderRuntimeConfig {
intervalSeconds: number;
unverifiedThreshold: string; // e.g., '7 days'

@eldenpark eldenpark Dec 12, 2025

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

"timeUntilVerifiedMs" would be more accurate to signify what we intend?

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Also could we consider the type of this variable to be number (milliseconds)? Otherwise, please explain the motive.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Updated to timeUntilVerifiedMs using milliseconds for clearer intent and consistency

@eldenpark
eldenpark merged commit 2fc6474 into main Dec 12, 2025
3 checks passed
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.

4 participants