Skip to content

Commit a32b2ab

Browse files
committed
Internal code cleanup
1 parent 1104149 commit a32b2ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/njsTokenCallback.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ static void njsTokenCallback_processNotification(uv_async_t *handle)
154154
static bool njsTokenCallback_processNotificationHelper(
155155
njsTokenCallback *callback)
156156
{
157-
napi_value jsAccessTokenConfig = napi_undefined, jsCallback,
157+
napi_value jsAccessTokenConfig = NULL, jsCallback,
158158
jsCallbackHandler, jsPool, refresh, result;
159159
napi_value jsCallbackArgs[4], externalObj;
160160
napi_env env = callback->env;

0 commit comments

Comments
 (0)