HomeWrite.as

Fix nil pointer when navigating to bad invite URL

Description

Fix nil pointer when navigating to bad invite URL

Previously when looking up an invite ID that doesn't exist, the database
call wouldn't communicate its non-existence in a standard way --
returning a nil object and nil error. Now the database call returns a
404 error, so handlers can show the correct page.

Details

Provenance
mattAuthored on Feb 27 2019, 11:05 AM
Parents
rWF99489aa920d2: Change zip link to txt on Export page
Branches
Unknown
Tags
Unknown