cms
cms copied to clipboard
Fixes admin dashbaord
Also does a bunch of cleanup
Specifically, findContentById did not explicitly tell if it was returning a folder or a content like video/notion doc
This PR fixes that by making the return type explicity.
And since this function was being used in various places, had to fix that as well.