Merge pull request #7 from waku-org/fix-push-request-naming-type

fix: Fixing typo in PushRequest object
This commit is contained in:
Ivan FB 2024-03-27 11:35:44 +01:00 committed by GitHub
commit f4a5108d7a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -128,7 +128,7 @@ WakuMessage:
PushRequest: PushRequest:
type: object type: object
properties: properties:
pusbsubTopic: pubsubTopic:
$ref: '#/PubsubTopic' $ref: '#/PubsubTopic'
message: message:
$ref: '#/WakuMessage' $ref: '#/WakuMessage'