forked from OpenNeo/impress-2020
Oops, the new `canonicalAppearance` arguments couldn't handle being omitted rather than being null, due to a low-level SQL call site that cares about the difference. This meant that loading an item page in an old tab, with an old copy of our JS, could cause a crash. Now, the backend will be okay with queries from old pages, and respond the same as before! This isn't a huge deal, because once everyone is on the new JS we won't send queries without this parameter anyway… but I like my optional arguments to actually BE optional, without surprises lurking >.> |
||
|---|---|---|
| .. | ||
| __image_snapshots__ | ||
| __snapshots__ | ||
| lib | ||
| query-tests | ||
| types | ||
| auth.js | ||
| db.js | ||
| index.js | ||
| loaders.js | ||
| modeling.js | ||
| neopets-assets.js | ||
| outfit-images.js | ||
| outfit-images.test.js | ||
| util.js | ||
| util.test.js | ||