first drafts for inventory sync page
This commit is contained in:
@@ -73,10 +73,6 @@ func (p *Platform) GetUserPointerByAccountID(ctx context.Context, acctID int64)
|
||||
}, nil
|
||||
}
|
||||
|
||||
func (p *PlatformWithContext) GetUserPointerByAccountID(acctID int64) (*EtsyUser, error) {
|
||||
return p.p.GetUserPointerByAccountID(p.ctx, acctID)
|
||||
}
|
||||
|
||||
func (p *Platform) saveNewEtsyUser(
|
||||
ctx context.Context,
|
||||
user EtsyUser,
|
||||
|
||||
Reference in New Issue
Block a user