@thinkam/typeairtable
Advanced tools
+1
-1
@@ -5,3 +5,3 @@ { | ||
| "private": false, | ||
| "version": "0.1.0", | ||
| "version": "0.1.1", | ||
| "description": "Data-Mapper Airtable for TypeScript, ES7, ES6, ES5. Supports Airtable database.", | ||
@@ -8,0 +8,0 @@ "readmeFilename": "README.md", |
@@ -13,3 +13,3 @@ import { | ||
| name: 'Authorization', | ||
| value: `Bearer ${this.config.apiKey}` | ||
| value: '' | ||
| }; | ||
@@ -27,2 +27,3 @@ | ||
| if (table) { | ||
| this.header.value = `Bearer ${this.config.apiKey}`; | ||
| this.url = `${this.config.baseUrl}/${table.tableName}`; | ||
@@ -29,0 +30,0 @@ } |
53223
0.06%659
0.15%