Skip to content

Commit a8f0006

Browse files
authored
remove PUT on contentType enum
`PUT` is not a value of `ContentType` and should not be part of it
1 parent d9a0560 commit a8f0006

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/types/types.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,6 @@ export type ContentType =
211211
| 'text/csv'
212212
| 'application/x-ndjson'
213213
| 'application/json'
214-
| 'PUT'
215214

216215
export type RawDocumentAdditionOptions = DocumentOptions & {
217216
csvDelimiter?: string

0 commit comments

Comments
 (0)