mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
Fix 400 error
cc @mattwr18 What helped me to track down the problem was to compare the local changes to master: First, make it easy to compare with master: 1. `git fetch origin` 2. `git merge origin/master` 3. Resolve conflicts Then track the error down: 1. `git checkout origin/master -- .` 2. `git reset` 3. Add more and more changes back and wait until the error shows up - `git checkout backend` - `git checkout webapp` bingo See https://github.com/Human-Connection/Human-Connection/pull/237#issuecomment-481485741
This commit is contained in:
parent
102a03f552
commit
4c808e135b
@ -83,7 +83,10 @@ export const actions = {
|
|||||||
role
|
role
|
||||||
about
|
about
|
||||||
locationName
|
locationName
|
||||||
socialMedia
|
socialMedia {
|
||||||
|
id
|
||||||
|
url
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}`)
|
}`)
|
||||||
})
|
})
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user