From e52af181ddf3960c5c554c2b8c80d0332e850cd6 Mon Sep 17 00:00:00 2001 From: Andre Staltz Date: Mon, 10 Apr 2023 22:54:17 +0300 Subject: [PATCH] rename old files --- lib/{feed-sync.js => old-feed-sync.js} | 0 lib/{thread-sync.js => old-thread-sync.js} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename lib/{feed-sync.js => old-feed-sync.js} (100%) rename lib/{thread-sync.js => old-thread-sync.js} (100%) diff --git a/lib/feed-sync.js b/lib/old-feed-sync.js similarity index 100% rename from lib/feed-sync.js rename to lib/old-feed-sync.js diff --git a/lib/thread-sync.js b/lib/old-thread-sync.js similarity index 100% rename from lib/thread-sync.js rename to lib/old-thread-sync.js