Skip to content

Commit f7ece8f

Browse files
tk-olightwalker-eth
andcommitted
Apply suggestions from code review
Co-authored-by: lightwalker.eth <126201998+lightwalker-eth@users.noreply.github.com>
1 parent abe0751 commit f7ece8f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/ensdb-sdk/src/ensnode/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@ import { pgSchema, primaryKey } from "drizzle-orm/pg-core";
33
/**
44
* ENSNode Schema Name
55
*
6-
* This is the name of the Postgres schema that will be present in the ENSDb.
6+
* The name of the ENSNode schema in an ENSDb.
77
*/
88
const ENSNODE_SCHEMA_NAME = "ensnode";
99

1010
/**
1111
* ENSNode Schema
1212
*
13-
* Used to define database objects within the ENSNode Schema in ENSDb.
13+
* Defines database objects within the ENSNode Schema in ENSDb.
1414
*/
1515
const ENSNODE_SCHEMA = pgSchema(ENSNODE_SCHEMA_NAME);
1616

0 commit comments

Comments
 (0)