mirror of
https://github.com/outline/outline.git
synced 2026-04-23 18:49:13 -05:00
8 lines
73 B
JavaScript
8 lines
73 B
JavaScript
const ctx = {
|
|
cache: {
|
|
set: () => {},
|
|
},
|
|
};
|
|
|
|
export default ctx;
|