Skip to content

Commit

Permalink
πŸ› Fix geoInformation fieldname
Browse files Browse the repository at this point in the history
  • Loading branch information
0x46616c6b committed Oct 24, 2023
1 parent 1b4e20b commit 20eff82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/Message.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ export function useMessageApi(token: string) {
headers: headers,
body: JSON.stringify({
text: text,
geo_information: geoInformation,
geoInformation: geoInformation,
attachments: attachments,
}),
method: 'post',
Expand Down

0 comments on commit 20eff82

Please sign in to comment.