mirror of
https://github.com/johndoe6345789/metabuilder.git
synced 2026-04-27 15:24:56 +00:00
docs: nextjs,frontends,prisma (6 files)
This commit is contained in:
@@ -18,7 +18,7 @@ namespace lua_script {
|
||||
*/
|
||||
inline Result<LuaScript> get(InMemoryStore& store, const std::string& id) {
|
||||
if (id.empty()) {
|
||||
return Error::validationError("Script ID cannot be empty");
|
||||
return Error::validationError("Lua script ID cannot be empty");
|
||||
}
|
||||
|
||||
auto it = store.lua_scripts.find(id);
|
||||
|
||||
Reference in New Issue
Block a user