summaryrefslogtreecommitdiff
path: root/elm/Lib/Api.elm
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2020-07-07 09:49:51 +0200
committerYorhel <git@yorhel.nl>2020-07-07 09:49:51 +0200
commitcbcd0511dd220e456cb56469398fe4b37fbc7951 (patch)
treecd25c3c3da90ab7bf06c20475e70b595a001d3e7 /elm/Lib/Api.elm
parent10bdc72a6e74f53f512f6b7d3b553315354f6585 (diff)
VN::Edit: Add staff editing
Diffstat (limited to 'elm/Lib/Api.elm')
-rw-r--r--elm/Lib/Api.elm1
1 files changed, 1 insertions, 0 deletions
diff --git a/elm/Lib/Api.elm b/elm/Lib/Api.elm
index e09f1199..fd4a3a7e 100644
--- a/elm/Lib/Api.elm
+++ b/elm/Lib/Api.elm
@@ -51,6 +51,7 @@ showResponse res =
TraitResult _ -> unexp
VNResult _ -> unexp
ProducerResult _ -> unexp
+ StaffResult _ -> unexp
CharResult _ -> unexp
AnimeResult _ -> unexp
ImageResult _ -> unexp