Clean useless database arguments (4/5)

This commit is contained in:
Samantaz Fox 2021-12-07 02:55:43 +01:00
parent 40ed4a0506
commit d74873fed1
No known key found for this signature in database
GPG key ID: F42821059186176E
11 changed files with 19 additions and 19 deletions

View file

@ -793,7 +793,7 @@ post "/data_control" do |env|
next if !video_id
begin
video = get_video(video_id, PG_DB)
video = get_video(video_id)
rescue ex
next
end