Skip to content

Commit

Permalink
- Resolving review comments (2)
Browse files Browse the repository at this point in the history
  • Loading branch information
hardiesoft committed Oct 21, 2024
1 parent 19f40b6 commit 8da6535
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion browse/src/api/Device.api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ export const DeviceEventTypes = [

type IsoFormattedString = string;

export type DeviceEventType = (typeof DeviceEventTypes)[number];
export type DeviceEventType = typeof DeviceEventTypes[number];

export interface EventApiParams {
limit?: number;
Expand Down

0 comments on commit 8da6535

Please sign in to comment.