Skip to content

Conversation

@aggarwalpulkit596
Copy link
Contributor

No description provided.

@championswimmer
Copy link
Contributor

why the hell did you delete game-engine2 😱😱😱

async findOrCreate(number: string): Promise<[ User, boolean ]> {
const user = await this.repo.findByPhNo(number);
if (user != null)
return [ user, false ];
Copy link
Contributor

Choose a reason for hiding this comment

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

should be true even if only phno exists and nothing else does exist.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Okay

@aggarwalpulkit596
Copy link
Contributor Author

It got deleted accidentally will fix it.

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