chore: Remove params requirement on fetchPage
This commit is contained in:
@@ -74,7 +74,7 @@ class AuthenticationProvider extends Model<
|
||||
@Column(DataType.UUID)
|
||||
teamId: string;
|
||||
|
||||
@HasMany(() => UserAuthentication, "providerId")
|
||||
@HasMany(() => UserAuthentication, "authenticationProviderId")
|
||||
userAuthentications: UserAuthentication[];
|
||||
|
||||
// instance methods
|
||||
|
||||
Reference in New Issue
Block a user