Add endpoint to get sales_person for current user
This commit is contained in:
parent
42ebce15e8
commit
bd887cfd7b
12 changed files with 108 additions and 5 deletions
|
|
@ -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!(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue