mirror of
https://github.com/bitwarden/browser
synced 2025-12-29 14:43:31 +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