File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,12 +5,13 @@ import { runFirebasePlugin } from "./run";
55
66const firebasePlugin : DataSourcePlugin < ActionDataType , DataSourceDataType > = {
77 id : "firebase" ,
8+ icon : "firebase.svg" ,
89 name : "Firebase" ,
910 category : "api" ,
1011 queryConfig,
1112 dataSourceConfig,
1213 run : function ( actionData , dataSourceConfig ) : Promise < any > {
13- return runFirebasePlugin ( actionData , dataSourceConfig )
14+ return runFirebasePlugin ( actionData , dataSourceConfig ) ;
1415 } ,
1516} ;
1617
Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ export async function runOpenApi(
104104const openApiPlugin : DataSourcePlugin < ActionDataType , DataSourceDataType > = {
105105 id : "openApi" ,
106106 name : "OpenApi" ,
107- icon : "swagger.png " ,
107+ icon : "swagger.svg " ,
108108 category : "api" ,
109109 dataSourceConfig : {
110110 ...dataSourceConfig ,
You canβt perform that action at this time.
0 commit comments