summaryrefslogtreecommitdiff
path: root/lib/VNWeb/Elm.pm
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2020-03-17 16:55:32 +0100
committerYorhel <git@yorhel.nl>2020-03-17 16:55:32 +0100
commitc83c083dbf7c38c45cb7b2f11d05d1824f3622e7 (patch)
treeaaa77fca7e64ad9fc06f0f4b32ff5531720d5bfd /lib/VNWeb/Elm.pm
parentdb930ad462311de0de63109a1af419c5786bd45c (diff)
imgflag: Make 30 recent image votes available in the UI
Diffstat (limited to 'lib/VNWeb/Elm.pm')
-rw-r--r--lib/VNWeb/Elm.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/VNWeb/Elm.pm b/lib/VNWeb/Elm.pm
index 04f03643..f0712a72 100644
--- a/lib/VNWeb/Elm.pm
+++ b/lib/VNWeb/Elm.pm
@@ -31,7 +31,7 @@ our @EXPORT = qw/
# elm_Changed $id, $revision;
#
# These API responses are available in Elm in the `Gen.Api.Response` union type.
-my %apis = (
+our %apis = (
Unauth => [], # Not authorized
Unchanged => [], # No changes
Success => [],