Skip to content

Conversation

@rbygrave
Copy link
Contributor

Example:

    var result = controller.someMethod(args);
    if (result != null) {
      ctx.json(result);
    }

Example:

    var result = controller.someMethod(args);
    if (result != null) {
      ctx.json(result);
    }
@rbygrave rbygrave requested a review from SentryMan November 27, 2024 05:49
@rbygrave rbygrave self-assigned this Nov 27, 2024
@SentryMan SentryMan enabled auto-merge November 27, 2024 05:50
@SentryMan SentryMan merged commit dbf374f into master Nov 27, 2024
7 checks passed
@SentryMan SentryMan deleted the feautre/jex-gen-resultNullCheck branch November 27, 2024 05:51
@SentryMan SentryMan added the enhancement New feature or request label Nov 27, 2024
@SentryMan SentryMan added this to the 2.9 milestone Nov 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants