Skip to content

Commit

Permalink
fix: fix a typo in recipe result repository (#1224)
Browse files Browse the repository at this point in the history
  • Loading branch information
h4ck3rk3y committed Sep 4, 2023
1 parent 912e855 commit 94a4b8b
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -122,7 +122,7 @@ func (repository *recipeResultRepository) Get(

// check for existence
if jsonBytes == nil {
return stacktrace.NewError("Recipe result value with keu UUID '%s' does not exist on the recipe result repository", uuid)
return stacktrace.NewError("Recipe result value with key UUID '%s' does not exist on the recipe result repository", uuid)
}

isEmptyValue := len(jsonBytes) == len(emptyValue)
Expand Down

0 comments on commit 94a4b8b

Please sign in to comment.