2024-03-15 20:41:09 +00:00

6 lines
127 B
JavaScript

export default {
useContext: ["cache", "limits"],
fn: async () => {
return this.default.contexts.limits
}
}