Skip to content

Commit 8e6ce8e

Browse files
committed
bug: The bug was that we needed to update the frontmatter ID in the raw file first, then run the full pipeline (publish-patterns followed by validate_and_generate) to ensure all the changes propagated correctly.
1 parent 0850211 commit 8e6ce8e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

content/raw/safely-bracket-resource-usage.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22

33
title: "Safely Bracket Resource Usage with `acquireRelease`"
4-
id: "acquire-release-bracket"
4+
id: "safely-bracket-resource-usage"
55
skillLevel: "beginner"
66
useCase: ["Resource Management", "File Handling", "Database Connections", "Network Requests"]
77
summary: "Use `Effect.acquireRelease` to guarantee a resource's cleanup logic runs, even if errors or interruptions occur."

0 commit comments

Comments
 (0)