fuck
This commit is contained in:
@@ -13,7 +13,7 @@ interface NormalizedOption {
|
||||
index: number;
|
||||
}
|
||||
|
||||
const normalizeOption = (option: QuickAddOption | null | undefined, index: number): NormalizedOption | null => {
|
||||
const normalizeOption = (option: QuickAddOption | null, index: number): NormalizedOption | null => {
|
||||
if (option == null) {
|
||||
return null;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user