Skip to content

Commit

Permalink
Rename domain-cache-worker to protein-cache-worker
Browse files Browse the repository at this point in the history
  • Loading branch information
eweitz committed Dec 29, 2022
1 parent 1ddb8f0 commit 683f34a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/init/caches/cache.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import {parseCache as parseInteractionCache} from './interaction-cache-worker';
import {
parseCache as parseGeneStructureCache
} from './gene-structure-cache-worker';
import {parseCache as parseProteinCache} from './domain-cache-worker';
import {parseCache as parseProteinCache} from './protein-cache-worker';

/**
* Populates in-memory content caches from on-disk service worker (SW) caches.
Expand Down
File renamed without changes.

0 comments on commit 683f34a

Please sign in to comment.