Skip to content

Commit e8d08da

Browse files
Removed the styleguides.ts file, which contained the logic for fetching and inserting styleguides into the database. This cleanup is part of ongoing efforts to streamline the ingestion process and improve code organization.
1 parent c04c23a commit e8d08da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { writeFileSync } from "fs"
2-
import { StyleguideModel } from "./models/styleguide"
2+
import { StyleguideModel } from "../lib/models/styleguide"
33

44
const links = [
55
"https://github.com/RocketChat/Rocket.Chat/raw/develop/.prettierrc",

0 commit comments

Comments
 (0)