File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ sidebarTitle: "Overview"
6
6
<CardGroup cols = { 3 } >
7
7
<Card title = " Source Code" icon = " github" href = " https://github.com/powersync-ja/powersync-swift/" >
8
8
Refer to the powersync-swift repo on GitHub.
9
- </Card >
9
+ </Card >
10
10
<Card title = " API Reference (Coming soon)" icon = " book" href = " " >
11
11
A full API Reference for this SDK is not yet available. This is planned for the V1 release.
12
12
</Card >
@@ -326,7 +326,7 @@ func updateTodo(_ todo: Todo) async throws {
326
326
327
327
func deleteTodo (id : String ) async throws {
328
328
try await db.writeTransaction (callback : { transaction in
329
- _ = try await transaction.execute (
329
+ _ = transaction.execute (
330
330
sql : " DELETE FROM \( TODOS_TABLE ) WHERE id = ?" ,
331
331
parameters : [id]
332
332
)
You can’t perform that action at this time.
0 commit comments