Skip to content

Commit 3f4b333

Browse files
authored
success fix
1 parent 697be2f commit 3f4b333

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frameworks/Python/blacksheep/app-socketify.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ async def db_updates_test(request):
115115
await connection.fetch_val(READ_ROW_SQL, [row_id])
116116
# await db_conn.executemany(WRITE_ROW_SQL, updates)
117117
await connection.execute_many(WRITE_ROW_SQL, updates)
118-
return jsonify(worlds)
118+
return bs.json(worlds)
119119

120120
@bs.get('/plaintext')
121121
async def plaintext_test(request):

0 commit comments

Comments
 (0)