PR comment.

This commit is contained in:
mike12345567 2024-07-25 10:26:02 +01:00
parent 7c6c12f325
commit 4e0a84f7f8
1 changed files with 2 additions and 2 deletions

View File

@ -56,8 +56,8 @@ class CouchDBError extends Error implements DBError {
constructor(
message: string,
info: {
status?: number | undefined
statusCode?: number | undefined
status?: number
statusCode?: number
name: string
errid?: string
description?: string