Skip to content

Commit

Permalink
very complex merge
Browse files Browse the repository at this point in the history
  • Loading branch information
ryankert01 committed Aug 8, 2024
1 parent 7b48895 commit 5721af1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pkg/cache/context.go
Original file line number Diff line number Diff line change
Expand Up @@ -435,8 +435,6 @@ func (ctx *Context) DeletePod(obj interface{}) {

func (ctx *Context) deleteYuniKornPod(pod *v1.Pod) {
if taskMeta, ok := getTaskMetadata(pod); ok {
if app := ctx.getApplication(taskMeta.ApplicationID); app != nil {
ctx.notifyTaskComplete(app, taskMeta.TaskID)
if app := ctx.GetApplication(taskMeta.ApplicationID); app != nil {
ctx.notifyTaskComplete(taskMeta.ApplicationID, taskMeta.TaskID)
}
Expand Down

0 comments on commit 5721af1

Please sign in to comment.