Skip to content

Commit f2d9e09

Browse files
committed
Keep lifecycle list query read-only
1 parent 3332a3c commit f2d9e09

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

crates/needle-runtime/src/store/lifecycles.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,6 @@ impl RuntimeStore {
178178
"limit must be between 1 and {MAX_LIFECYCLE_LIST_LIMIT}"
179179
)));
180180
}
181-
self.initialize()?;
182181
let mut connection = self.connection()?;
183182
let transaction =
184183
connection.transaction_with_behavior(rusqlite::TransactionBehavior::Deferred)?;

0 commit comments

Comments
 (0)