diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/guff/models/project.cr | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/src/guff/models/project.cr b/src/guff/models/project.cr index 3c493c1..32be435 100644 --- a/src/guff/models/project.cr +++ b/src/guff/models/project.cr @@ -183,9 +183,9 @@ class Guff::Models::ProjectModel < Guff::Models::Model          body:             body,        ) -      puts "DEBUG: repo_url = #{repo_url}, post_id = #{post_id}" +      # puts "DEBUG: repo_url = #{repo_url}, post_id = #{post_id}"        if repo_url -        db.query(SQL[:set], [repo_url, post_id.to_s]) +        db.query(SQL[:set], [repo_url.to_s, post_id.to_s])        end      end    end  | 
