aboutsummaryrefslogtreecommitdiffstats
path: root/src/actions/user.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/actions/user.ts')
-rw-r--r--src/actions/user.ts8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/actions/user.ts b/src/actions/user.ts
index 20d27ee53..15a9216bd 100644
--- a/src/actions/user.ts
+++ b/src/actions/user.ts
@@ -25,8 +25,10 @@ export default {
25 userData: PropTypes.object.isRequired, 25 userData: PropTypes.object.isRequired,
26 }, 26 },
27 resetStatus: {}, 27 resetStatus: {},
28 importLegacyServices: PropTypes.arrayOf(PropTypes.shape({ 28 importLegacyServices: PropTypes.arrayOf(
29 recipe: PropTypes.string.isRequired, 29 PropTypes.shape({
30 })).isRequired, 30 recipe: PropTypes.string.isRequired,
31 }),
32 ).isRequired,
31 delete: {}, 33 delete: {},
32}; 34};