Function find_submitted_no_cache
pub fn find_submitted_no_cache(
conn: &PgConnection,
org_id: Uuid,
) -> Result<Vec<SickNotice>, StatusMessage>
Expand description
Origin of the cached function find_submitted
.
pub fn find_submitted_no_cache(
conn: &PgConnection,
org_id: Uuid,
) -> Result<Vec<SickNotice>, StatusMessage>
Origin of the cached function find_submitted
.