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

fix: template signing not working #175

Merged
merged 2 commits into from
Mar 7, 2024
Merged

fix: template signing not working #175

merged 2 commits into from
Mar 7, 2024

Conversation

G3root
Copy link
Collaborator

@G3root G3root commented Mar 6, 2024

No description provided.

@G3root G3root requested a review from dahal March 6, 2024 06:30
Copy link

github-actions bot commented Mar 6, 2024

Thank you for following the naming conventions for pull request titles! 🙏

@@ -103,7 +103,7 @@ export const signTemplateProcedure = withAuth
size: 0,
} as unknown as File;

const bucketData = await uploadFile(file, {
const { bucketUrl: _bucketUrl, ...bucketData } = await uploadFile(file, {
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

bucketUrl should be destructured from the object

@dahal dahal merged commit 470d543 into main Mar 7, 2024
3 checks passed
@dahal dahal deleted the fix-template-sign branch March 7, 2024 04:08
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