Skip to content

Commit

Permalink
fix: 🐛 typo
Browse files Browse the repository at this point in the history
  • Loading branch information
su-chang committed Dec 15, 2023
1 parent 83ad99d commit 8a8a119
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client/puppet-service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -453,7 +453,7 @@ class PuppetService extends PUPPET.Puppet {
payloadType,
payloadId,
}: PUPPET.payloads.EventDirty,
): Promise<void> {
): void {
log.verbose('PuppetService', 'onDirty(%s<%s>, %s)', PUPPET.types.Dirty[payloadType], payloadType, payloadId)

const dirtyMap = {
Expand Down

0 comments on commit 8a8a119

Please sign in to comment.