Skip to content

Commit 28f55bd

Browse files
committed
Fix number of arguments
Signed-off-by: Yarden Shoham <[email protected]>
1 parent 918feb7 commit 28f55bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

routers/api/packages/container/manifest.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ func notifyPackageCreate(doer *user_model.User, pv *packages_model.PackageVersio
296296
return err
297297
}
298298

299-
notification.NotifyPackageCreate(db.DefaultContext, doer, pd)
299+
notification.NotifyPackageCreate(doer, pd)
300300

301301
return nil
302302
}

0 commit comments

Comments
 (0)