Skip to content
This repository has been archived by the owner on Apr 2, 2024. It is now read-only.

Commit

Permalink
feat(BUX-417): remove monitor from destination
Browse files Browse the repository at this point in the history
  • Loading branch information
pawellewandowski98 committed Jan 18, 2024
1 parent cfeb83b commit 90188c1
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions destination.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
package buxmodels

import (
"time"

"github.com/BuxOrg/bux-models/common"
)

Expand All @@ -27,6 +25,4 @@ type Destination struct {
Address string `json:"address"`
// DraftID is a destination's draft id.
DraftID string `json:"draft_id"`
// Monitor is a time when destination was monitored.
Monitor time.Time `json:"monitor"`
}

0 comments on commit 90188c1

Please sign in to comment.