Skip to content

Commit f39709d

Browse files
TrueDoctorKeavon
andcommitted
Update node-graph/nodes/gcore/src/memo.rs
Co-authored-by: Keavon Chambers <keavon@keavon.com>
1 parent d2e1269 commit f39709d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

node-graph/nodes/gcore/src/memo.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ async fn memo<I: Hash + Send + 'n, T: Clone + WasmNotSend>(input: I, #[data] cac
3030
type MonitorValue<I, T> = Arc<Mutex<Option<Arc<IORecord<I, T>>>>>;
3131

3232
/// Caches the output of the last graph evaluation for introspection.
33-
#[node_macro::node(category("Monitor"), path(graphene_core::memo), serialize(serialize_monitor), skip_impl)]
33+
#[node_macro::node(category(""), path(graphene_core::memo), serialize(serialize_monitor), skip_impl)]
3434
async fn monitor<I: Clone + 'static + Send + Sync, T: Clone + 'static + Send + Sync>(
3535
input: I,
3636
#[allow(clippy::type_complexity)]

0 commit comments

Comments
 (0)