about summary refs log tree commit diff
path: root/app/javascript/mastodon/reducers/meta.js
diff options
context:
space:
mode:
Diffstat (limited to 'app/javascript/mastodon/reducers/meta.js')
-rw-r--r--app/javascript/mastodon/reducers/meta.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/javascript/mastodon/reducers/meta.js b/app/javascript/mastodon/reducers/meta.js
index acf6d4be1..1551228ec 100644
--- a/app/javascript/mastodon/reducers/meta.js
+++ b/app/javascript/mastodon/reducers/meta.js
@@ -4,7 +4,7 @@ import Immutable from 'immutable';
 const initialState = Immutable.Map({
   streaming_api_base_url: null,
   access_token: null,
-  me: null
+  me: null,
 });
 
 export default function meta(state = initialState, action) {