chore: Remove params requirement on fetchPage

This commit is contained in:
Tom Moor
2024-03-17 13:13:23 -04:00
parent 8bd0aa43bc
commit 4e47f4c1e2
4 changed files with 12 additions and 4 deletions

View File

@@ -74,7 +74,7 @@ class AuthenticationProvider extends Model<
@Column(DataType.UUID)
teamId: string;
@HasMany(() => UserAuthentication, "providerId")
@HasMany(() => UserAuthentication, "authenticationProviderId")
userAuthentications: UserAuthentication[];
// instance methods