-
Notifications
You must be signed in to change notification settings - Fork 1
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
chore!(sdk): Remove html wrapper creation #406
Conversation
dmihalcik-virtru
commented
Dec 12, 2024
- still allow reading html wrapped files, for transitional support
- still allow reading html wrapped files, for transitional support
@@ -352,7 +350,7 @@ export class Client { | |||
scope = { attributes: [], dissem: [] }, | |||
autoconfigure, | |||
source, | |||
asHtml = false, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why remove the false default?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We no longer need to assert it is === false
as that is the default (and I think has been for some time)
If these changes look good, signoff on them with:
If they aren't any good, please remove them with:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
PTAL as I had to resolve a merge conflict
@@ -352,7 +350,7 @@ export class Client { | |||
scope = { attributes: [], dissem: [] }, | |||
autoconfigure, | |||
source, | |||
asHtml = false, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We no longer need to assert it is === false
as that is the default (and I think has been for some time)
Signed-off-by: David Mihalcik <[email protected]>
90bfa3d
to
a2c2e53
Compare
|