Skip to content

Fix mongodb error handling #94

Description

@aero31aero

Handle cases of no data found elegantly. Example: App would crash on trying to fetch incorrect events.

Fix: Use if (err || !data) type constructs. Do a pass through the whole codebase for similar errors.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions