mirror of
https://github.com/bitwarden/jslib
synced 2026-01-06 18:43:14 +00:00
formatting fix
This commit is contained in:
@@ -24,7 +24,7 @@ export function sequentialize(cacheKey: (args: any[]) => string) {
|
||||
};
|
||||
|
||||
return {
|
||||
value: function (...args: any[]) {
|
||||
value: function(...args: any[]) {
|
||||
const cache = getCache(this);
|
||||
const argsCacheKey = cacheKey(args);
|
||||
let response = cache.get(argsCacheKey);
|
||||
|
||||
Reference in New Issue
Block a user