File tree Expand file tree Collapse file tree 1 file changed +0
-8
lines changed
src/main/java/ai/elimu/web/content/multimedia/image Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -117,14 +117,6 @@ public String handleRequest(
117117 }
118118 image .setRevisionNumber (image .getRevisionNumber () + 1 );
119119 imageDao .update (image );
120-
121- ImageContributionEvent imageContributionEvent = new ImageContributionEvent ();
122- imageContributionEvent .setContributor (contributor );
123- imageContributionEvent .setTimestamp (Calendar .getInstance ());
124- imageContributionEvent .setImage (image );
125- imageContributionEvent .setRevisionNumber (image .getRevisionNumber ());
126- imageContributionEvent .setComment ("Updated file name in LFS (🤖 auto-generated comment)" );
127- imageContributionEventDao .create (imageContributionEvent );
128120 } catch (IOException e ) {
129121 log .error (null , e );
130122 }
You can’t perform that action at this time.
0 commit comments