Skip to content

Commit

Permalink
Testing / DNM
Browse files Browse the repository at this point in the history
Signed-off-by: jamshale <[email protected]>
  • Loading branch information
jamshale committed Jul 19, 2024
1 parent 5133d69 commit 4170649
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion basicmessage_storage/basicmessage_storage/v1_0/routes.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ class BasicMessageListSchema(OpenAPISchema):

results = fields.List(
fields.Nested(BasicMessageRecordSchema()),
description="List of basic message records",
description="List of message records",
)


Expand Down

0 comments on commit 4170649

Please sign in to comment.