style: lint
All checks were successful
Build / Build-and-ng-test (pull_request) Successful in 23s

This commit is contained in:
Mihajlo Medjedovic 2023-08-24 11:52:02 +02:00
parent c64ab8a577
commit 725f75aa74
4 changed files with 10 additions and 10 deletions

View File

@ -30,7 +30,7 @@ export const ROUTES: Routes = [
{
/**
* Load review module (approve, history, submitted)
*/
*/
path: 'review',
component: ReviewRouteComponent,
children: [
@ -49,7 +49,7 @@ export const ROUTES: Routes = [
{
/**
* Load editor module with subroutes
*/
*/
path: 'editor',
loadChildren: () => EditorModule
},

View File

@ -38,9 +38,9 @@ export class DragNdropDirective {
this.fileOver = false
}
/**
* Drop listener
*/
/**
* Drop listener
*/
@HostListener('drop', ['$event'])
public ondrop(event: any) {
event.preventDefault()

View File

@ -1,5 +1,5 @@
export interface ErrorBody {
message: string
details: any
raw: any
}
message: string
details: any
raw: any
}

View File

@ -18,4 +18,4 @@ In any case, you must not make any such use of this software as to develop softw
UNLESS EXPRESSLY AGREED OTHERWISE, 4GL APPS PROVIDES THIS SOFTWARE ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, AND IN NO EVENT AND UNDER NO LEGAL THEORY, SHALL 4GL APPS BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF ANY CHARACTER ARISING FROM USE OR INABILITY TO USE THIS SOFTWARE.
`
`