mirror of
https://github.com/docker/login-action.git
synced 2026-04-23 13:28:59 +00:00
chore: update generated content
This commit is contained in:
parent
6c24ead680
commit
1e233e691a
13 changed files with 61 additions and 575 deletions
2
dist/579.index.js
generated
vendored
2
dist/579.index.js
generated
vendored
|
|
@ -250,7 +250,7 @@ class EventStreamSerde {
|
|||
throw new Error("@smithy/core/event-streams - non-struct member not supported in event stream union.");
|
||||
}
|
||||
}
|
||||
const messageSerialization = serializer.flush();
|
||||
const messageSerialization = serializer.flush() ?? new Uint8Array();
|
||||
const body = typeof messageSerialization === "string"
|
||||
? (this.serdeContext?.utf8Decoder ?? utilUtf8.fromUtf8)(messageSerialization)
|
||||
: messageSerialization;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue