Unverified Kaydet (Commit) fb856c47 authored tarafından Oğuzcan Yavuz's avatar Oğuzcan Yavuz Kaydeden (comit) GitHub

Sözdizimi hatası düzeltildi

üst a5072f0f
...@@ -250,7 +250,7 @@ function aktifMusterilereEmailGonder(musteriler) { ...@@ -250,7 +250,7 @@ function aktifMusterilereEmailGonder(musteriler) {
} }
function aktifMusteriMi(musteri) { function aktifMusteriMi(musteri) {
const musteriKaydi = database.sorgula(cliemusterint); const musteriKaydi = database.sorgula(musteri);
return musteriKaydi.aktifMi(); return musteriKaydi.aktifMi();
} }
``` ```
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment