Remove extra params temporarily (make build work)
This commit is contained in:
parent
5503743e35
commit
5e32f0605d
@ -15,7 +15,7 @@ import (
|
|||||||
func (p Profile) SaveImage(img scraper.Image) error {
|
func (p Profile) SaveImage(img scraper.Image) error {
|
||||||
_, err := p.DB.Exec(`
|
_, err := p.DB.Exec(`
|
||||||
insert into images (id, tweet_id, filename, is_downloaded)
|
insert into images (id, tweet_id, filename, is_downloaded)
|
||||||
values (?, ?, ?, ?, ?, ?)
|
values (?, ?, ?, ?)
|
||||||
on conflict do update
|
on conflict do update
|
||||||
set is_downloaded=?
|
set is_downloaded=?
|
||||||
`,
|
`,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user