update amo repo methods
This commit is contained in:
parent
bb9fb36a60
commit
60c71ffbc8
@ -611,7 +611,7 @@ func (r *AmoRepository) DeletingUserUtm(ctx context.Context, request *model.List
|
||||
return nil
|
||||
}
|
||||
|
||||
func (r *AmoRepository) SavingUserUtm(ctx context.Context, request *model.SaveUserListUTMReq, accountID string) (*model.ListSavedIDUTMResp, error) {
|
||||
func (r *AmoRepository) SavingUserUtm(ctx context.Context, utms []model.UTM, accountID string) (*model.ListSavedIDUTMResp, error) {
|
||||
return nil, nil
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user