From ef7bc9283ecf573e5ac47da86313b0e70d6ff5a1 Mon Sep 17 00:00:00 2001 From: Ulf Gebhardt Date: Wed, 21 Jun 2023 16:43:29 +0200 Subject: [PATCH] js -> ts rename --- ...xtractMentionedUsers.spec.js => extractMentionedUsers.spec.ts} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename backend/src/middleware/notifications/mentions/{extractMentionedUsers.spec.js => extractMentionedUsers.spec.ts} (100%) diff --git a/backend/src/middleware/notifications/mentions/extractMentionedUsers.spec.js b/backend/src/middleware/notifications/mentions/extractMentionedUsers.spec.ts similarity index 100% rename from backend/src/middleware/notifications/mentions/extractMentionedUsers.spec.js rename to backend/src/middleware/notifications/mentions/extractMentionedUsers.spec.ts