Skip to content

Commit

Permalink
fix: Don't filter out fallback_code property
Browse files Browse the repository at this point in the history
  • Loading branch information
trodrigues committed Jun 22, 2016
1 parent b15f154 commit b9dc1b0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/entities/locale.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ function createLocaleApi (http) {
// be sent back.
const locale = this
delete locale.default
delete locale.fallback_code
return createUpdateEntity({
http: http,
entityPath: 'locales',
Expand Down

0 comments on commit b9dc1b0

Please sign in to comment.