fix(backend): fix fetch sql insertion

This commit is contained in:
ShiKhu 2022-04-21 17:28:47 +02:00
parent f13790e58b
commit 6f547d4c83

View file

@ -230,7 +230,7 @@ func (conn *Conn) InsertWebFetchEvent(sessionID uint64, savePayload bool, e *Fet
duration, success
) VALUES (
$1, $2, $3,
$4, $5, $6, $7
$4, $5, $6, $7,
$8, $9, $10::smallint, NULLIF($11, '')::http_method,
$12, $13
) ON CONFLICT DO NOTHING`,