Skip to content

Commit

Permalink
Rename populate function to populateDB
Browse files Browse the repository at this point in the history
  • Loading branch information
Francis Duvivier committed Nov 27, 2024
1 parent 07d8c14 commit d422889
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/populate.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import express, { Express, Router } from "express";

const CATEGORIES_COUNT = 15;

export default async function populate(app: Express) {
export default async function populateDB(app: Express) {
const router = Router();

app.use(express.json());
Expand Down

0 comments on commit d422889

Please sign in to comment.