mirror of
https://github.com/docker/login-action.git
synced 2026-04-04 04:30:48 +02:00
chore: update generated content
This commit is contained in:
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;
|
||||
|
||||
Reference in New Issue
Block a user