Fix merge issue flexible backend (#1685)
* Fix merge issue flexible backend * Fix tests * Try fix tests * Try fix tests
This commit is contained in:
@ -28,7 +28,7 @@ export class DataSourceMetadataService {
|
||||
});
|
||||
}
|
||||
|
||||
getDataSourcesMedataFromWorkspaceId(workspaceId: string) {
|
||||
getDataSourcesMetadataFromWorkspaceId(workspaceId: string) {
|
||||
return this.dataSourceMetadataRepository.find({
|
||||
where: { workspaceId },
|
||||
order: { createdAt: 'DESC' },
|
||||
|
||||
Reference in New Issue
Block a user