Skip to content

Commit 48e07cd

Browse files
authored
feat: export pgSmartTagRulesFromJSON (#722)
1 parent 604d000 commit 48e07cd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/graphile-utils/src/makePgSmartTagsPlugin.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ export type JSONPgSmartTags = {
240240
};
241241
};
242242

243-
function pgSmartTagRulesFromJSON(
243+
export function pgSmartTagRulesFromJSON(
244244
json: JSONPgSmartTags | null
245245
): PgSmartTagRule[] {
246246
if (!json) {

0 commit comments

Comments
 (0)