Skip to content

Commit

Permalink
fix: flow error
Browse files Browse the repository at this point in the history
  • Loading branch information
superskip committed Feb 28, 2024
1 parent 0ed6b34 commit bf834c1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { hasAPISupportForFeature } from './support';

let minorVersion = '';

export const initFeatureAvailability = (serverVersion: { minor: string }) => {
export const initFeatureAvailability = (serverVersion: { minor: number }) => {
minorVersion = serverVersion.minor;
};

Expand Down

0 comments on commit bf834c1

Please sign in to comment.