Skip to content

Commit 7f8047d

Browse files
committed
Overkill
1 parent 71adb87 commit 7f8047d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

postgraphile/postgraphile/src/plugins/PgV4SmartTagsPlugin.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -290,6 +290,7 @@ function addBehaviorToTags(
290290
behavior: string,
291291
prepend = false,
292292
): void {
293+
if (behavior === "") return;
293294
if (Array.isArray(tags.behavior)) {
294295
if (prepend) {
295296
tags.behavior = [behavior, ...tags.behavior];

0 commit comments

Comments
 (0)