Skip to content

Commit

Permalink
கண்டுப்பிடித்தாச்சு!
Browse files Browse the repository at this point in the history
  • Loading branch information
julienmalard committed Jan 6, 2024
1 parent 2bb99b4 commit 696995a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -895,8 +895,10 @@ describe("கிளிமூக்கு", async () => {
விண்மீன்,
மூல்_மொழிபெயர்ப்புகள்,
});
வேறு_கிளிமூக்கு = await தயாரிப்பு({

வேறு_கிளிமூக்கு = new கிளிமூக்கு({
விண்மீன்: வேறு_விண்மீன்,
அடையாளம்: என்_கிளிமூக்கு.கிளி?.குழு_அடையாளம்,
மூல்_மொழிபெயர்ப்புகள்,
});

Expand Down
2 changes: 0 additions & 2 deletions மூலம்/கிளிமூக்கு.ts
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,6 @@ export class கிளிமூக்கு {
(
await this.மொழிபெயர்ப்பு_பரிந்துரைகளை_கேள்ளு({
செ: async () => {
console.log("ici", );
தகவல்கள்.பரிந்துரைகள் = ;
await செ_கடைசி();
},
Expand All @@ -361,7 +360,6 @@ export class கிளிமூக்கு {

return await this.கிளி.பரிந்துரைகளை_கேள்ளு({
செ: async (பரிந்துரைகள்) => {
console.log(பரிந்துரைகள்);
return await செ(
பரிந்துரைகள்
.filter(
Expand Down

0 comments on commit 696995a

Please sign in to comment.