Add endpoint to get sales_person for current user

This commit is contained in:
Simon Goller 2024-06-12 12:04:41 +02:00
parent 42ebce15e8
commit bd887cfd7b
12 changed files with 108 additions and 5 deletions

View file

@ -108,7 +108,7 @@ impl BookingDao for BookingDaoImpl {
async fn find_by_week(
&self,
calendar_week: i32,
calendar_week: u8,
year: u32,
) -> Result<Arc<[BookingEntity]>, DaoError> {
Ok(query_as!(