mirror of
https://github.com/directus/directus.git
synced 2026-02-07 23:35:01 -05:00
Update dependency @types/object-hash to v2.2.1 (#8046)
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user