Skip to content
Snippets Groups Projects
Commit bc0b8afb authored by syuilo's avatar syuilo
Browse files

fix ads/update api

parent b2504568
No related branches found
No related tags found
No related merge requests found
......@@ -38,7 +38,7 @@ export const paramDef = {
@Injectable()
export default class extends Endpoint<typeof meta, typeof paramDef> {
constructor(
@Inject(DI.usersRepository)
@Inject(DI.adsRepository)
private adsRepository: AdsRepository,
) {
super(meta, paramDef, async (ps, me) => {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment