Skip to content

Commit 74b1bfc

Browse files
committed
Merge remote-tracking branch 'origin/main'
2 parents c60d538 + efab6e8 commit 74b1bfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ function getFilmLocationsByFilm () {
103103
// 2. Log the result
104104
function getNumberOfFilms() {
105105
var compt=[]
106-
var res=0
106+
const res=0
107107
for(let i=0; i<filmingLocations.length; i++){
108108
var temp = filmingLocations[i].fields.nom_tournage
109109
if(!(compt.includes(temp))){

0 commit comments

Comments
 (0)