Skip to content

Commit

Permalink
Revert "chore: noembed -> noembeds"
Browse files Browse the repository at this point in the history
This reverts commit e9f116d.
  • Loading branch information
tim-smart committed May 7, 2023
1 parent e9f116d commit 4c1bffb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ const AutoThreadsLive = AutoThreads.makeLayer({
const NoEmbedLive = NoEmbed.makeLayer({
topicKeyword: Config.withDefault(
Config.string("NOEMBED_KEYWORD"),
"[noembeds]",
"[noembed]",
),
})

Expand Down

0 comments on commit 4c1bffb

Please sign in to comment.