diff --git a/lib/client.ts b/lib/client.ts index 14ec364..9c3df07 100644 --- a/lib/client.ts +++ b/lib/client.ts @@ -1,5 +1,5 @@ import nasa from './nasa'; -import { MovieSchema, ShowSchema, TestTableShema, OtherSchema, CategorySchema} from './schemas'; +import { MovieSchema, ShowSchema, TestTableShema, OtherSchema, CategorySchema, SettingSchema} from './schemas'; const tableSchemas = { @@ -7,7 +7,7 @@ const tableSchemas = { shows: ShowSchema, others: OtherSchema, categories: CategorySchema, - test: TestTableShema, + settings: SettingSchema , }