1
0
Fork 0
mirror of synced 2024-10-04 03:54:37 +13:00

Final fix - removing external from create table (internal).

This commit is contained in:
mike12345567 2023-10-26 18:36:07 +01:00
parent e12cef305a
commit 854ff47e1c

View file

@ -570,10 +570,6 @@ class TestConfiguration {
if (!config.sourceId) {
config.sourceId = INTERNAL_TABLE_SOURCE_ID
}
if (this.datasource?._id) {
config.sourceId = this.datasource._id
config.sourceType = TableSourceType.EXTERNAL
}
return this.updateTable(config, options)
}