Skip to content

Commit 4271d1d

Browse files
committed
style: rename ownerId to ownerIds
1 parent 7967c8a commit 4271d1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/types/harmonix.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ export interface HarmonixOptions {
2323
defaultPrefix: string
2424
client: ClientOptions
2525
clientId: string
26-
ownerId: string[]
26+
ownerIds: string[]
2727
}
2828

2929
type DeepPartial<T> =

0 commit comments

Comments
 (0)