Skip to content

Fix js function casing in foodsaver module

Matthias Larisch requested to merge fix-604 into master

Closes #604 (closed)

What does this MR do?

Javscript is case sensitive, function name was broken in a585e6ac and is fixed again here.

How confident are you it won't break things if deployed?

tested it locally, too lazy for an integration test for this minor feature...

Links to related issues

Checklist

  • added a test, or explain why one is not needed/possible...
  • no unrelated changes
  • asked someone for a code review
  • joined #foodsharing-beta channel at https://slackin.yunity.org
  • added an entry to CHANGELOG.md (description, merge request link, username(s))

Merge request reports