From 0d03cee6f299ca9332868b2658481749507ced65 Mon Sep 17 00:00:00 2001 From: "A.Unger" Date: Tue, 28 Jul 2020 16:29:45 +0200 Subject: [PATCH] add changelog --- changelog/unreleased/fix-update.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 changelog/unreleased/fix-update.md diff --git a/changelog/unreleased/fix-update.md b/changelog/unreleased/fix-update.md new file mode 100644 index 000000000..ff652259e --- /dev/null +++ b/changelog/unreleased/fix-update.md @@ -0,0 +1,5 @@ +Bugfix: Update account return value not used + +In order to return a value using the micro go code we need to override the `out` value. + +https://github.com/owncloud/ocis-accounts/pull/70