export default ({ commit }) => {
  Project.preferences().then(({ body }) => {
    commit(MutationNames.SetProjectPreferences, body)
  })
}