fuck my life

This commit is contained in:
Paul Liverman III 2018-04-23 06:19:24 -07:00
parent 366f130fc0
commit af408efb02
2 changed files with 3 additions and 1 deletions

View File

@ -18,6 +18,8 @@ class API extends Application
) )
[new: "/new"]: => [new: "/new"]: =>
-- NOTE assert_valid appears to be non-functional :D
-- also content DOESN'T EQUAL CONTENT, WHO WOULD'VE THOUGHT IT
assert_valid @params, { assert_valid @params, {
{"content", exists: true, min_length: 1, "Task content not specified."} {"content", exists: true, min_length: 1, "Task content not specified."}
} }

View File

@ -11,7 +11,7 @@ class LoggedIn extends Widget
for key in *@keys for key in *@keys
li key.key li key.key
li -> li ->
a onclick: "new_api_key()" a onclick: "new_api_key()", "+"
p "Tasks:" p "Tasks:"
ul -> ul ->