Fix logging method name
This commit is contained in:
@@ -36,7 +36,7 @@ class MealieDataSourceV1Impl @Inject constructor(
|
||||
recipe: UpdateRecipeRequestV1
|
||||
): String = networkRequestWrapper.makeCallAndHandleUnauthorized(
|
||||
block = { service.updateRecipe("$baseUrl/api/recipes/$slug", token, recipe) },
|
||||
logMethod = { "addRecipe" },
|
||||
logMethod = { "updateRecipe" },
|
||||
logParameters = { "baseUrl = $baseUrl, token = $token, slug = $slug, recipe = $recipe" }
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user