camelCase builtin labels

This commit is contained in:
azivner
2018-04-02 21:56:55 -04:00
parent c6c76ba360
commit 6f567e3e10
11 changed files with 22 additions and 17 deletions

View File

@@ -16,7 +16,7 @@ async function index(req, res) {
async function getAppCss() {
let css = '';
const notes = labelService.getNotesWithLabel('app_css');
const notes = labelService.getNotesWithLabel('appCss');
for (const note of await notes) {
css += `/* ${note.noteId} */