good first issue
Metriche repository
- Star
- (141.412 stelle)
- Metriche merge PR
- (Merge medio 1g 21h) (579 PR mergiate in 30 g)
Descrizione
@dosu since we can dep inject the current user id, why dont we also inject the validated parameter?
like
...
@with_user
@validate(Query)
def post(self, args: Query, user: Account):
...