Skip to content

Commit

Permalink
fix subscription name
Browse files Browse the repository at this point in the history
  • Loading branch information
atierian committed Jul 25, 2024
1 parent c7f80b1 commit 3302042
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ exports[`Conversation Route Introspection Visitor Metadata snapshot should gener
\\"subscribe\\": {
\\"isArray\\": false,
\\"isRequired\\": false,
\\"name\\": \\"onAssistantMessageResponsePirateChat\\",
\\"name\\": \\"onCreateAssistantResponsePirateChat\\",
\\"type\\": {
\\"model\\": \\"ConversationMessagePirateChat\\"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -503,7 +503,7 @@ export class AppSyncModelIntrospectionVisitor<
subscribe: {
isArray: false,
isRequired: false,
name: `onAssistantMessageResponse${routeName}`,
name: `onCreateAssistantResponse${routeName}`,
type: { model: `ConversationMessage${routeName}` },
arguments: {
'sessionId': {
Expand Down

0 comments on commit 3302042

Please sign in to comment.