NatiqQuran / nq-api

Natiq Quran open API.
https://developer.natiq.net
GNU General Public License v3.0
11 stars 4 forks source link

Minor changes to models filter and translation_list router #147

Closed nyzd closed 6 months ago

nyzd commented 6 months ago

Minor changes to models filter and translation_list router.

pub type TranslationBoxedQueryType = IntoBoxed<
    'static,
    InnerJoin<
        InnerJoin<translations_table, mushafs::table>,
        InnerJoin<app_accounts::table, app_user_names::table>,
    >,
    Pg,
>;

This is a new translation filter return type.