Function find_submitted_prime_cache
pub fn find_submitted_prime_cache(
conn: &PgConnection,
org_id: Uuid,
) -> Result<Vec<SickNotice>, StatusMessage>
Expand description
Primes the cached function find_submitted
.
This is a cached function that uses the FIND_SUBMITTED
cached static.