Skip to content

Commit

Permalink
node
Browse files Browse the repository at this point in the history
  • Loading branch information
yaskisoba committed Dec 13, 2023
1 parent caf81a7 commit 524ae92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/models/schemas/index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
'use strict';

import mysql2 from 'mysql2';
const mysql2 = require('mysql2'); // Alteração nesta linha
const fs = require('fs');
const path = require('path');
const Sequelize = require('sequelize');
Expand Down

0 comments on commit 524ae92

Please sign in to comment.