Skip to content

Commit

Permalink
pax-app/Wiki#200 Set null true for user_address
Browse files Browse the repository at this point in the history
Co-authored-by: Youssef Muhamad <emaildeyoussefmuhamad@gmail.com>
  • Loading branch information
rogerioo and youssef-md committed Nov 18, 2019
1 parent 14c69a4 commit 05e7cfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/schemas/Chat.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export default {
},
user_address: {
type: INTEGER,
allowNull: false,
allowNull: true,
},
},
};

0 comments on commit 05e7cfd

Please sign in to comment.