Update dependency @types/object-hash to v2.2.1 (#8046)

This commit is contained in:
renovate[bot]
2021-09-15 14:08:13 -04:00
committed by GitHub
parent e243a33cd9
commit 13b92f86f3
4 changed files with 12 additions and 14 deletions

View File

@@ -14,7 +14,5 @@ export function getCacheKey(req: Request): string {
};
const key = hash(info);
// hash() only returns a buffer if the encoding is set to 'buffer'
return key as string;
return key;
}