Removed excess comma.
This commit is contained in:
parent
e669c65d2e
commit
20410ece28
|
@ -51,7 +51,7 @@ int main(int argc, char *argv[])
|
||||||
const auto answer{connection.patch(
|
const auto answer{connection.patch(
|
||||||
masto::API::v1::accounts_update_credentials,
|
masto::API::v1::accounts_update_credentials,
|
||||||
{
|
{
|
||||||
{"display_name", name},
|
{"display_name", name}
|
||||||
})};
|
})};
|
||||||
if (answer)
|
if (answer)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue
Block a user