From 12f2351f5c683896515e94dc831ef4908e5b8755 Mon Sep 17 00:00:00 2001 From: Lauris Date: Tue, 14 Mar 2023 17:41:55 +0800 Subject: [PATCH] Check that the ctx.User is not nil before checking its ID (#11424) --- src/test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test.txt b/src/test.txt index 747d875b..4d72860d 100644 --- a/src/test.txt +++ b/src/test.txt @@ -1 +1 @@ -Better styling for code review comment form (#11413) +Check that the ctx.User is not nil before checking its ID (#11424)