Build fix.

This commit is contained in:
2024-06-16 17:08:10 -04:00
parent d5a7e19f1a
commit 3ee2c00726
2 changed files with 8 additions and 2 deletions

View File

@ -348,8 +348,7 @@ static JSValue _tf_ssb_set_server_following_me(JSContext* context, JSValueConst
if (ssb)
{
set_server_following_me_t* work = tf_malloc(sizeof(set_server_following_me_t));
*work = (set_server_following_me_t)
{
*work = (set_server_following_me_t) {
.user = JS_ToCString(context, argv[0]),
.key = JS_ToCString(context, argv[1]),
.follow = JS_ToBool(context, argv[2]),