From 2ad6fa40362cdb100db17340eca0b6f0f069fee9 Mon Sep 17 00:00:00 2001 From: IBims2CooleTim <116311836+IBims2CooleTim@users.noreply.github.com> Date: Sun, 1 Oct 2023 00:36:29 +0200 Subject: [PATCH] Update and rename Utils.lua to Dienstprogramme.lua --- src/MarcSync/{Utils.lua => Dienstprogramme.lua} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename src/MarcSync/{Utils.lua => Dienstprogramme.lua} (92%) diff --git a/src/MarcSync/Utils.lua b/src/MarcSync/Dienstprogramme.lua similarity index 92% rename from src/MarcSync/Utils.lua rename to src/MarcSync/Dienstprogramme.lua index 1718b43..b6ae53f 100644 --- a/src/MarcSync/Utils.lua +++ b/src/MarcSync/Dienstprogramme.lua @@ -1,6 +1,6 @@ -local AuthorizationError = require(script.Parent.Errors.Authorization) -local CollectionError = require(script.Parent.Errors.Collection) -local EntryError = require(script.Parent.Errors.Entry) +local AuthorizationError = require(script.Parent.Errors.Autorisierung) +local CollectionError = require(script.Parent.Errors.Sammlung) +local EntryError = require(script.Parent.Errors.Eintrag) local HttpService = game:GetService("HttpService")