aboutsummaryrefslogtreecommitdiff
path: root/src/stores/actions.js
diff options
context:
space:
mode:
authorRuben Beltran del Rio <ruben@unlimited.pizza>2021-05-03 20:59:55 +0200
committerRuben Beltran del Rio <ruben@unlimited.pizza>2021-05-03 20:59:55 +0200
commit26dfa00e2f4eddbdc71ae4d92ee5676f11413ada (patch)
tree9df324ee7c3b9350e521018d35b0b18f5eef4fc9 /src/stores/actions.js
parent3435a35ccb828fe81720d057e38eaa4223e917a7 (diff)
Add tests for actions + pacts for graphql errrors
Diffstat (limited to 'src/stores/actions.js')
-rw-r--r--src/stores/actions.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stores/actions.js b/src/stores/actions.js
index ae01906..f7fbc28 100644
--- a/src/stores/actions.js
+++ b/src/stores/actions.js
@@ -4,7 +4,7 @@ import { derived, writable } from 'svelte/store';
* This is a store to set the actions in the top header.
*/
-export const actions = writable({});
+const actions = writable({});
export const enableTopicActions = (id) => {