Skip to content

Commit 60265f4

Browse files
committed
Correct name
1 parent a1ba8ac commit 60265f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/database/procedure.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
const vscode = require(`vscode`);
33
const {instance} = vscode.extensions.getExtension(`halcyontechltd.code-for-ibmi`).exports;
44

5-
module.exports = class View {
5+
module.exports = class Procedure {
66
constructor(schema, procName) {
77
this.schema = schema.toUpperCase();
88
this.procName = procName.toUpperCase();

0 commit comments

Comments
 (0)