Skip to content

Commit

Permalink
Merge branch 'master' into development/METROL-973
Browse files Browse the repository at this point in the history
  • Loading branch information
MFransen69 authored Sep 10, 2024
2 parents f5bf46e + 6726ebc commit d218c53
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions interfaces/IStore2.h
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ namespace Exchange {
~IStore2() override = default;

enum ScopeType : uint8_t {
DEVICE,
ACCOUNT
DEVICE /* @text:device */,
ACCOUNT /* @text:account */
};

// @event
Expand Down

0 comments on commit d218c53

Please sign in to comment.