Skip to content

Commit

Permalink
build(config): updated type attribute in drop transform (#191)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mallika05 authored Jun 25, 2024
1 parent aa1d54e commit 463c652
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/config/substation.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -1139,7 +1139,7 @@
settings: std.prune(std.mergePatch(default, $.helpers.abbv(settings))),
},
drop(settings={}): {
local type = 'utility_delay',
local type = 'utility_drop',
local default = {
id: $.helpers.id(type, settings),
},
Expand Down

0 comments on commit 463c652

Please sign in to comment.