Skip to content

Commit e42b4d6

Browse files
authored
Change response handling from JSON to text
1 parent 1f54f35 commit e42b4d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/lib/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ async def set_transaction(key, value):
204204
'value': value
205205
})
206206
)
207-
return await response.json()
207+
return await response.text()
208208
209209
# Get a transaction
210210
async def get_transaction(key):

0 commit comments

Comments
 (0)