Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Metrics and dashboard on whether quote goes to classic or x #200

Merged
merged 5 commits into from
Jul 15, 2023
Merged

Conversation

willpote
Copy link
Contributor

No description provided.

Copy link
Contributor

@rileydcampbell rileydcampbell left a comment

Choose a reason for hiding this comment

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

lgtm, just couple comments

lib/handlers/quote/handler.ts Outdated Show resolved Hide resolved
lib/handlers/quote/handler.ts Outdated Show resolved Hide resolved
Comment on lines 86 to 92
public isSynthetic(): boolean {
if (!this.synthetic) {
throw new Error('Quote must be resolved before determining if it is synthetic');
}
return this.synthetic
}

Copy link
Contributor

Choose a reason for hiding this comment

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

where do we use this? just cmd f and couldn't find it here

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Oops, removing

willpote and others added 4 commits July 14, 2023 19:57
Co-authored-by: Riley Campbell <rileydcampbell@berkeley.edu>
Co-authored-by: Riley Campbell <rileydcampbell@berkeley.edu>
@willpote willpote merged commit 7632869 into main Jul 15, 2023
4 checks passed
@willpote willpote deleted the dash-x branch July 15, 2023 00:04
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.

None yet

2 participants