mirror of
https://github.com/docker/login-action.git
synced 2026-03-04 23:08:16 +00:00
chore: update generated content
This commit is contained in:
3
dist/579.index.js
generated
vendored
3
dist/579.index.js
generated
vendored
@@ -243,6 +243,9 @@ class EventStreamSerde {
|
||||
serializer.write(eventSchema, event[unionMember]);
|
||||
}
|
||||
}
|
||||
else if (eventSchema.isUnitSchema()) {
|
||||
serializer.write(eventSchema, {});
|
||||
}
|
||||
else {
|
||||
throw new Error("@smithy/core/event-streams - non-struct member not supported in event stream union.");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user