1
0
Fork 0
This commit is contained in:
Alex Kotov 2023-02-18 12:07:11 +04:00
parent 95a2b25a6e
commit 8df00a7846
Signed by: kotovalexarian
GPG Key ID: 553C0EBBEB5D5F08
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ get '/words/:id' do
SQL
),
[word_id],
).values.first.first
).values.first&.first
examples = db_conn.exec_params(
(