0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-06 22:40:14 -05:00
ghost/test/unit
Hannah Wolfe 11867ab43a
Replaced schema.isPost in slack service /w custom fn
- This is the only piece of server code that relies on the schema.checks, the rest are all frontend
- IMO this code should actually check for the post properties that the slack message needs
- OR it should switch based on the event type
- either way there's no need to have a shared util for this simple use case
- especially becaue it's confusing the use case for it and creating cross-coupling between server and frontend
2022-04-05 14:24:42 +01:00
..
api Removed unnecessary snippets serializer 2022-03-29 15:51:45 +01:00
frontend Moved frontend data helpers into their own service 2022-04-05 13:38:42 +01:00
server Replaced schema.isPost in slack service /w custom fn 2022-04-05 14:24:42 +01:00
shared Removed unnecessary use of rewire 2022-03-24 19:32:06 +00:00