summaryrefslogtreecommitdiff |
diff options
author | nsensfel <SpamShield0@noot-noot.org> | 2019-10-08 18:19:38 +0200 |
---|---|---|
committer | nsensfel <SpamShield0@noot-noot.org> | 2019-10-08 18:19:38 +0200 |
commit | 36c4af70fb3cda46d553306b65d9a73b1d0220fc (patch) | |
tree | 23d28bd76b89c8724a61cf435caffdc56d8a2a89 /src/shared/struct | |
parent | 27e6fba1b383b6045c8ef42a4beea9903359b07d (diff) |
...
Diffstat (limited to 'src/shared/struct')
-rw-r--r-- | src/shared/struct/shr_condition.erl | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/shared/struct/shr_condition.erl b/src/shared/struct/shr_condition.erl index ec2493a..cf37531 100644 --- a/src/shared/struct/shr_condition.erl +++ b/src/shared/struct/shr_condition.erl @@ -12,8 +12,7 @@ { id :: id(), name :: binary(), - description :: binary(), - triggers :: ordset:ordset(trigger()) + description :: binary() } ). |