Finished location code refactor. Has not yet been tested

This commit is contained in:
danielyxie
2019-04-01 02:23:25 -07:00
parent 3f8b9e4a32
commit 4b95ba9ed1
46 changed files with 2100 additions and 3083 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ interface IConstructorParams {
organizationName?: string;
}
export abstract class BaseServer {
export class BaseServer {
// Coding Contract files on this server
contracts: CodingContract[] = [];