Skip to content

Commit

Permalink
fix: fixed cache constructor error
Browse files Browse the repository at this point in the history
  • Loading branch information
lem-onade committed Nov 10, 2020
1 parent bb78ada commit 12aa352
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ import { DGTLDResource } from '../../linked-data/models/dgt-ld-resource.model';
@DGTInjectable()
export abstract class DGTUriFactoryService {

public abstract generate(resource: DGTLDResource, prefix: string): string;
public abstract generate(resource: DGTLDResource): string;
}

0 comments on commit 12aa352

Please sign in to comment.