Skip to content

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Robi9 committed Oct 21, 2024
1 parent 24bfdfd commit ed39150
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backends/rapidpro/urn.go
Original file line number Diff line number Diff line change
Expand Up @@ -335,6 +335,7 @@ func fullyUpdateContactURN(db *sqlx.Tx, urn *DBContactURN) error {
}

func updateContactTeamsURN(ctx context.Context, db *sqlx.DB, urnID ContactURNID, newURN string) error {
fmt.Println("NEWURN: ", newURN)
_, err := db.ExecContext(ctx, updateTeamsURN, newURN, urnID)
if err != nil {
logrus.WithError(err).WithField("urn_id", urnID).Error("error updating contact urn")
Expand Down

0 comments on commit ed39150

Please sign in to comment.