Skip to content

Commit

Permalink
Merge pull request #366 from bakaphp/feat/message-channel
Browse files Browse the repository at this point in the history
feat: add url uuid
  • Loading branch information
kaioken authored Dec 23, 2024
2 parents 5bc79e8 + 50b662c commit f3c3ec7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.23.0",
"version": "0.23.1",
"license": "MIT",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand Down
2 changes: 2 additions & 0 deletions src/queries/users.query.ts
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ export const GET_USER_DATA_QUERY = gql`
}
}
photo {
uuid
url
}
social {
Expand Down Expand Up @@ -193,6 +194,7 @@ export const GET_USER_SOCIAL_DATA_QUERY = gql`
}
}
photo {
uuid
url
}
}
Expand Down

0 comments on commit f3c3ec7

Please sign in to comment.