Merge branch 'release/v18.10.1'
This commit is contained in:
@@ -514,8 +514,4 @@ class PolarIntegration(SyncIntegration):
|
|||||||
def token_refresh(self, *args, **kwargs) -> str:
|
def token_refresh(self, *args, **kwargs) -> str:
|
||||||
raise NotImplementedError
|
raise NotImplementedError
|
||||||
|
|
||||||
# just as a quick test during development
|
|
||||||
u = User.objects.get(id=1)
|
|
||||||
|
|
||||||
nk_integration_1 = PolarIntegration(u)
|
|
||||||
|
|
||||||
|
|||||||
@@ -142,8 +142,4 @@ class TPIntegration(SyncIntegration):
|
|||||||
def token_refresh(self, *args, **kwargs) -> str:
|
def token_refresh(self, *args, **kwargs) -> str:
|
||||||
return super(TPIntegration, self).token_refresh(*args, **kwargs)
|
return super(TPIntegration, self).token_refresh(*args, **kwargs)
|
||||||
|
|
||||||
# just as a quick test during development
|
|
||||||
u = User.objects.get(id=1)
|
|
||||||
|
|
||||||
integration_1 = TPIntegration(u)
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user