Skip to content

Commit

Permalink
fix: 🐛 more lint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
emilcardell committed Oct 25, 2024
1 parent 5b2f284 commit a46423b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/pubsub/src/lib/publisher.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ const createOrGetTopic = async (
await topic.setMetadata({
schemaSettings: {
schema: schemaData.name,
encoding: "JSON",
encoding: 'JSON',
firstRevisionId:
topicSchemaMetadata?.firstRevisionId ?? schemaData.revisionId,
lastRevisionId: schemaData.revisionId,
Expand Down

0 comments on commit a46423b

Please sign in to comment.