mirror of
https://github.com/sasjs/adapter.git
synced 2026-01-13 07:00:06 +00:00
chore(*): change code style to remove semicolons
This commit is contained in:
@@ -3,10 +3,10 @@
|
||||
*
|
||||
*/
|
||||
export interface SASjsRequest {
|
||||
serviceLink: string;
|
||||
timestamp: Date;
|
||||
sourceCode: string;
|
||||
generatedCode: string;
|
||||
logFile: string;
|
||||
SASWORK: any;
|
||||
serviceLink: string
|
||||
timestamp: Date
|
||||
sourceCode: string
|
||||
generatedCode: string
|
||||
logFile: string
|
||||
SASWORK: any
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user