From daee737529236b93e286342a26f45db974cc53b2 Mon Sep 17 00:00:00 2001 From: saint Date: Thu, 27 Jun 2024 23:16:06 +1000 Subject: [PATCH] v0.16.7 Minor syntax fix --- gossamer_forums.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gossamer_forums.rb b/gossamer_forums.rb index cbf143c..4232ede 100644 --- a/gossamer_forums.rb +++ b/gossamer_forums.rb @@ -1,5 +1,5 @@ # gossamer threads migration-import code -# v0.16.6 +# v0.16.7 require 'mysql2' require 'open-uri' @@ -402,6 +402,7 @@ class GossamerForumsImporter < ImportScripts::Base puts "Failed to resize image #{file_path}: #{e.message}" nil end + end # Import user files (profile images) from Gossamer Forums to Discourse def import_user_files(user)