Skip to content

Unhandled error when accumulating results for ad-hoc query in server #183

Closed
@tsandall

Description

The code that accumulates results for ad-hoc queries in the server/REST API is not handling errors correctly (see

if err != nil {
). The error check should happen against e (not err).

As a result, API calls are succeeding when they should be returning an error.

Activity

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

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions