Skip to content

Commit f5ed6d6

Browse files
committed
github might be trimming a secret
1 parent 18e02b3 commit f5ed6d6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/hooks/usePurchaseEdit.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { calculateTotalCost, getRequestTier } from '../utils/purchaseHelpers';
33
import { getRefreshedAccessToken } from '../utils/googleAuth';
44
import { updatePurchaseByRequestId, deletePurchaseByRequestId } from '../utils/googleSheets';
55
/**
6-
* Hook for managing purchase editing state and operations
6+
* Hook for managing purchase editing state and operation
77
*/
88
export const usePurchaseEdit = (purchase, onUpdate, onClose, showConfirm, showError, userName = '', slackController = null) => {
99
const [isEditing, setIsEditing] = useState(false);

0 commit comments

Comments
 (0)