1
0
Fork 0
mirror of synced 2024-09-20 19:33:10 +12:00

PR comment.

This commit is contained in:
mike12345567 2024-07-25 10:26:02 +01:00
parent 7c6c12f325
commit 4e0a84f7f8

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