mirror of
https://github.com/gotenberg/gotenberg.git
synced 2026-08-18 05:02:15 +01:00
fixing typo in error message
This commit is contained in:
@@ -74,7 +74,7 @@ func WithResultFilePath(r *http.Request, resultFilePath string) *http.Request {
|
|||||||
type resultFilePathNotFoundError struct{}
|
type resultFilePathNotFoundError struct{}
|
||||||
|
|
||||||
func (e *resultFilePathNotFoundError) Error() string {
|
func (e *resultFilePathNotFoundError) Error() string {
|
||||||
return "The resultFilePath was not found in request context"
|
return "The result file path was not found in request context"
|
||||||
}
|
}
|
||||||
|
|
||||||
func GetResultFilePath(r *http.Request) (string, error) {
|
func GetResultFilePath(r *http.Request) (string, error) {
|
||||||
|
|||||||
Reference in New Issue
Block a user