Commit 2b80ed7
fix(seer): Fix supergroups @json_api/@Inject decorator conflict
@json_api inspects the function signature for a BaseModel parameter,
but @Inject wraps the function and hides it. Use resolve(AppConfig)
inside the function body instead.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent ab4a1a9 commit 2b80ed7
1 file changed
Lines changed: 2 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1374 | 1374 | | |
1375 | 1375 | | |
1376 | 1376 | | |
1377 | | - | |
1378 | | - | |
1379 | | - | |
1380 | | - | |
| 1377 | + | |
1381 | 1378 | | |
1382 | 1379 | | |
1383 | 1380 | | |
| |||
1387 | 1384 | | |
1388 | 1385 | | |
1389 | 1386 | | |
| 1387 | + | |
1390 | 1388 | | |
1391 | 1389 | | |
1392 | 1390 | | |
| |||
0 commit comments