Skip to content

Commit

Permalink
0.1.20
Browse files Browse the repository at this point in the history
  • Loading branch information
xncbf committed Feb 4, 2022
1 parent 41111b5 commit b2c4a6c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "rcs-pydantic"
version = "0.1.19"
version = "0.1.20"
description = ""
authors = ["xncbf <xncbf12@gmail.com>"]
keywords = ["pydantic", "rcs", "fastapi"]
Expand Down
2 changes: 1 addition & 1 deletion rcs_pydantic/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def __init__(

def make_common_info(self, message_info: scheme.MessageInfo) -> scheme.CommonInfo:
return scheme.CommonInfo(
msgId=uuid.uuid4(),
msgId=str(uuid.uuid4()),
userContact=message_info.userContact,
scheduleType=0,
msgServiceType=enums.MessageServiceTypeEnum.RCS,
Expand Down

0 comments on commit b2c4a6c

Please sign in to comment.