diff options
author | David Cole <40234707+DavidArthurCole@users.noreply.github.com> | 2024-09-09 19:28:38 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-10 09:28:38 +1000 |
commit | 28aa990dd3530b5c8e1a78dc322a4da1155a082b (patch) | |
tree | 7094b6f2029422aeb27977f48f4877c94c35f529 /src | |
parent | b9b0e9a5dea8db979d5df5dda8f5866dc6f739be (diff) | |
download | skyhanni-28aa990dd3530b5c8e1a78dc322a4da1155a082b.tar.gz skyhanni-28aa990dd3530b5c8e1a78dc322a4da1155a082b.tar.bz2 skyhanni-28aa990dd3530b5c8e1a78dc322a4da1155a082b.zip |
Add back @Expose tag (#2489)
Diffstat (limited to 'src')
-rw-r--r-- | src/main/java/at/hannibal2/skyhanni/config/storage/ProfileSpecificStorage.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/config/storage/ProfileSpecificStorage.java b/src/main/java/at/hannibal2/skyhanni/config/storage/ProfileSpecificStorage.java index 794819cf1..bb023f230 100644 --- a/src/main/java/at/hannibal2/skyhanni/config/storage/ProfileSpecificStorage.java +++ b/src/main/java/at/hannibal2/skyhanni/config/storage/ProfileSpecificStorage.java @@ -673,6 +673,7 @@ public class ProfileSpecificStorage { @Nullable public Integer abiphoneContactAmount = null; + @Expose public Map<Integer, HoppityEventStats> hoppityEventStats = new HashMap<>(); public static class HoppityEventStats { |