Skip to content

Commit

Permalink
fix: organization stub
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael.Taylor committed Jan 6, 2022
1 parent e2f2e4e commit 1c52a95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/controllers/organization.controller.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const loadFileIntoString = (path) => {
export const findAll = async (req, res) => {
return res.json({
me: {
orguid: 'f1c54511-865e-4611-976c-7c3c1f704662',
orgUid: 'f1c54511-865e-4611-976c-7c3c1f704662',
icon: await loadFileIntoString('src/assets/organizationIcons/me.svg'),
},
chili: {
Expand Down

0 comments on commit 1c52a95

Please sign in to comment.