Skip to content

Commit 222b030

Browse files
committed
revert a change
1 parent 0e4f483 commit 222b030

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DataSource.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export class DataSource extends DataSourceWithBackend<SheetsQuery, DataSourceOpt
2020
private readonly templateSrv: TemplateSrv = getTemplateSrv()
2121
) {
2222
super(instanceSettings);
23-
this.authType = instanceSettings.jsonData.authenticationType || '';
23+
this.authType = instanceSettings.jsonData.authenticationType;
2424
this.variables = new SheetsVariableSupport(this);
2525
}
2626

0 commit comments

Comments
 (0)