Skip to content

Commit

Permalink
Add missing type.
Browse files Browse the repository at this point in the history
  • Loading branch information
demiankatz committed Nov 11, 2021
1 parent a122cad commit 652ba43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/src/services/Fedora.ts
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ export class Fedora {
return data;
}

public clearCache(pid): void {
public clearCache(pid: string): void {
this.cache[pid] = {};
}

Expand Down

0 comments on commit 652ba43

Please sign in to comment.