mirror of
https://github.com/sasjs/server.git
synced 2026-01-11 16:20:06 +00:00
fix: code api is updated return type
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
const headerUtils = require('http-headers-validation')
|
||||
|
||||
export interface HTTPHeaders {
|
||||
[key: string]: string | undefined
|
||||
[key: string]: string
|
||||
}
|
||||
|
||||
export const extractHeaders = (content: string): HTTPHeaders => {
|
||||
|
||||
Reference in New Issue
Block a user