Skip to content

Commit 4ec907b

Browse files
authored
Update billing.service.ts
1 parent 2707d68 commit 4ec907b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

express-server/src/services/billing.service.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export const fetchDirections = async (origin: string, destination: string) => {
1313
params: {
1414
origin: origin,
1515
destination: destination,
16-
key: "AIzaSyCePkfLfau3i98g4UC4AnOvt5Qnc-5DCHI",
16+
key: "API_KEY",
1717
},
1818
});
1919

@@ -184,4 +184,4 @@ export const createContractorBill = async (contractorId: number) => {
184184
}catch(error){
185185
throw new Error(error.message);
186186
}
187-
};
187+
};

0 commit comments

Comments
 (0)