Skip to content

Commit

Permalink
prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
tjholm committed Jun 11, 2024
1 parent 2f7e9b3 commit bd02aef
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/resources/sql.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import {
ResourceType,
ResourceTypeMap,
SqlDatabaseResource,
SqlDatabaseMigrations
SqlDatabaseMigrations,
} from '@nitric/proto/resources/v1/resources_pb';
import { SqlConnectionStringRequest } from '@nitric/proto/sql/v1/sql_pb';
import resourceClient from './client';
Expand Down Expand Up @@ -126,4 +126,5 @@ const maker = make(SQLDatabaseResource);
* @param options the options for the SQL Database
* @returns a SQL resource
*/
export const sql = (name: string, options?: SQLDatabaseOptions) => maker(name, options);
export const sql = (name: string, options?: SQLDatabaseOptions) =>
maker(name, options);

0 comments on commit bd02aef

Please sign in to comment.