Skip to content

Commit

Permalink
Rename the deviceTypes.findBySlug to deviceTypes.findDeviceTypeJsonBy…
Browse files Browse the repository at this point in the history
…Slug

Change-type: major
  • Loading branch information
thgreasi committed Apr 18, 2024
1 parent a315f9e commit 7ec3f2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ export const release = {
};
export const deviceTypes = {
getAccessibleDeviceTypes,
findBySlug: findDeviceTypeJsonBySlug,
findDeviceTypeJsonBySlug,
getDeviceTypeBySlug,
};
export * as contracts from './exports/contracts.js';
Expand Down

0 comments on commit 7ec3f2a

Please sign in to comment.