mirror of
https://code.lenaisten.de/Lenaisten/advent22.git
synced 2024-11-22 15:53:01 +00:00
Depends(shuffle_solution)
This commit is contained in:
parent
91c2589045
commit
0337c659a2
1 changed files with 1 additions and 2 deletions
|
@ -59,9 +59,8 @@ async def get_private_config(
|
|||
_: None = Depends(require_admin),
|
||||
cfg: Config = Depends(get_config),
|
||||
cal_cfg: CalendarConfig = Depends(get_calendar_config),
|
||||
shuffled_solution: str = Depends(shuffle_solution),
|
||||
) -> PrivateConfig:
|
||||
shuffled_solution = await shuffle_solution(cfg)
|
||||
|
||||
return PrivateConfig(
|
||||
puzzle=PrivatePuzzle(
|
||||
title="Adventskalender 2023",
|
||||
|
|
Loading…
Reference in a new issue