UNCLASSIFIED
Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Platform One
P
Party Bus
Launchboard
launchboard-fe
Commits
d9c28ce6
Commit
d9c28ce6
authored
Feb 24, 2021
by
graham.smith
Browse files
prettier
parent
839ab0c0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
src/api/services/user.js
src/api/services/user.js
+1
-2
No files found.
src/api/services/user.js
View file @
d9c28ce6
...
@@ -28,5 +28,4 @@ export default {
...
@@ -28,5 +28,4 @@ export default {
async
updateUserPreferences
(
preferences
)
{
async
updateUserPreferences
(
preferences
)
{
return
HTTP
.
post
(
"
/users/preferences
"
,
preferences
);
return
HTTP
.
post
(
"
/users/preferences
"
,
preferences
);
},
},
}
};
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment