Skip to content

Commit

Permalink
Lint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Sightler committed Jun 25, 2024
1 parent 844b2b3 commit 01b9636
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/ring-client-api/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,8 @@ export class RingApi extends Subscribed {
intercoms: RingIntercom[],
) {
const credentials =
this.restClient._internalOnly_pushNotificationCredentials?.config && this.restClient._internalOnly_pushNotificationCredentials,
this.restClient._internalOnly_pushNotificationCredentials?.config &&
this.restClient._internalOnly_pushNotificationCredentials,
pushReceiver = new PushReceiver({
firebase: {
apiKey: 'AIzaSyCv-hdFBmmdBBJadNy-TFwB-xN_H5m3Bk8',
Expand Down

0 comments on commit 01b9636

Please sign in to comment.