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

bug: use production for webpack #81

Merged
merged 3 commits into from
Jul 25, 2024
Merged

bug: use production for webpack #81

merged 3 commits into from
Jul 25, 2024

Conversation

weboko
Copy link
Collaborator

@weboko weboko commented Jul 25, 2024

Fixes: #80

@weboko weboko requested a review from a team as a code owner July 25, 2024 22:52
@@ -87,7 +87,7 @@ export async function app(telemetryClient: TelemetryClient) {
sequenceTotal: sequenceTotal,
sequenceIndex: sequenceIndex,
contentTopic: DEFAULT_CONTENT_TOPIC,
pubsubTopic: DefaultPubsubTopic,
pubsubTopic: utils.contentTopicToPubsubTopic(DEFAULT_CONTENT_TOPIC),
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

@adklempner needed for properly reporting used pubsub

@weboko weboko merged commit 2e55c4c into master Jul 25, 2024
8 checks passed
@weboko weboko deleted the weboko/eval-fix branch July 25, 2024 22:53
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.

bug: eval elevation failure
1 participant