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 webresource write #54

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

otaviojacobi
Copy link
Contributor

No description provided.

@otaviojacobi otaviojacobi requested review from Page- and a team March 12, 2024 13:20
@otaviojacobi otaviojacobi changed the title Otavio fix webresource write fix webresource write Mar 12, 2024
package.json Outdated Show resolved Hide resolved
@otaviojacobi otaviojacobi marked this pull request as ready for review March 12, 2024 13:28
Change-type: patch
@@ -37,7 +37,11 @@ export interface WebResource {
size?: number;
};
`,
write: '',
write: `
export interface WebResourceWrite extends Blob {
Copy link
Contributor

Choose a reason for hiding this comment

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

I don't think this type is actually correct because you can send other things to the server right? eg based on https://github.com/balena-io-modules/sbvr-types/blob/v7.0.1/src/types/web-resource.ts#L94-L102 then either string or object is valid

@flowzone-app flowzone-app bot enabled auto-merge March 12, 2024 13:46
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