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( constructor(
message: string, message: string,
info: { info: {
status?: number | undefined status?: number
statusCode?: number | undefined statusCode?: number
name: string name: string
errid?: string errid?: string
description?: string description?: string