From 0a4b4fd54443a125a623037af7828ea7d1be06f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Gon=C3=A7alves?= <61202556+Esdeath-GK@users.noreply.github.com> Date: Tue, 5 Jul 2022 02:11:40 +0100 Subject: [PATCH] README Update Updated the readme to reflect the changes made on commit 5f6af34c7b7dd6f045636474f1a14a6871a0c621. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fb18004..58f3221 100644 --- a/README.md +++ b/README.md @@ -246,7 +246,7 @@ In order to facilitate the transition between databases, the entire web app conn | getKeyStatistics() | 2 Integers | | getKeyAndClient() | Key JOIN Customer object | | updateKeyStatesFromProduct() | None | -| applyExpirationState() | None | +| applyExpirationState() | Key object | | submitLog() | None | | getKeyLogs() | Changelog object (multiple) | | getUserLogs() | Changelog object (multiple) |