mirror of
https://github.com/speatzle/nfsense.git
synced 2025-05-11 19:08:20 +00:00
Add TODO
This commit is contained in:
parent
3f4a9f0eeb
commit
80562899f3
1 changed files with 1 additions and 0 deletions
|
@ -123,6 +123,7 @@ macro_rules! create_thing {
|
||||||
tx.commit(crate::config_manager::Change {
|
tx.commit(crate::config_manager::Change {
|
||||||
action: crate::config_manager::ChangeAction::Create,
|
action: crate::config_manager::ChangeAction::Create,
|
||||||
path: stringify!($($sub_system).+),
|
path: stringify!($($sub_system).+),
|
||||||
|
// TODO use name for named ones?
|
||||||
id,
|
id,
|
||||||
})
|
})
|
||||||
.map_err(ApiError::ConfigError)
|
.map_err(ApiError::ConfigError)
|
||||||
|
|
Loading…
Add table
Reference in a new issue