Write instance_url to the correct variable

FossilOrigin-Name: 97eb11030b5e06f2a7c4a72047feb6ff4b934976e016dbcaeef6fc1626aecdff
This commit is contained in:
me@ow.nekobit.net 2022-04-04 02:18:17 +00:00
parent 4a74749b63
commit 57783bd3c7

View file

@ -87,7 +87,7 @@ char* read_post_data(struct query_values* post)
{ "min_id", &(post->min_id) },
{ "max_id", &(post->max_id) },
{ "start_id", &(post->start_id) },
{ "instance_url", &(post->start_id) },
{ "instance_url", &(post->instance_url) },
};
// END Query references