Wrong data in hivemind develop

I'm running develop hivemind on my node rpc.mahdiyari.info and noticed the data related to the communities is wrong.

For example the hivedevs community

{"jsonrpc":"2.0", "method":"bridge.get_community", "params":{"name": "hive-139531", "observer": "alice"}, "id":1}

Returns the following which is wrong.

{
    "jsonrpc": "2.0",
    "result": {
        "id": 1357761,
        "name": "hive-139531",
        "title": "SteemDevs",
        "about": "SteemDevs - A community of developers working on Steem related projects. Visit our Discord at https://discord.gg/cvnByhu",
        "lang": "en",
        "type_id": 1,
        "is_nsfw": false,
        "subscribers": 3014,
        "created_at": "2020-01-23 16:27:36",
        "sum_pending": 628,
        "num_pending": 78,
        "num_authors": 50,
        "avatar_url": "",
        "description": "",
        "flag_text": "",
        "settings": {},
        "context": {
            "role": "guest",
            "subscribed": false,
            "title": ""
        },
        "team": [
            [
                "hive-139531",
                "owner",
                ""
            ],
            [
                "gtg",
                "admin",
                "Wizard"
            ],
            [
                "acidyo",
                "admin",
                ""
            ]
        ]
    },
    "id": 1
}