don't redeclare two parent attributes

This commit is contained in:
cswimr 2025-02-08 08:35:17 -06:00
parent 815f42b555
commit ffa807a4cc
Signed by: cswimr
GPG key ID: 0EC431A8DA8F8087

View file

@ -62,8 +62,8 @@ export class GitHubProvider extends UrlProvider {
export class CurseForgeProvider extends Provider {
constructor(
public hash: string,
public hashFormat: string,
hash: string,
hashFormat: string,
public mode: string,
public fileId: number,
public projectId: number,